Package | Description |
---|---|
org.apache.hadoop.hdfs.server.common |
Modifier and Type | Field and Description |
---|---|
protected HdfsServerConstants.NodeType |
Storage.storageType |
Modifier and Type | Method and Description |
---|---|
static HdfsServerConstants.NodeType |
HdfsServerConstants.NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HdfsServerConstants.NodeType[] |
HdfsServerConstants.NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Storage(HdfsServerConstants.NodeType type)
Create empty storage info of the specified type
|
Storage(HdfsServerConstants.NodeType type,
StorageInfo storageInfo) |
Copyright © 2013 Apache Software Foundation. All rights reserved.