| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.protocol |
Package contains classes that allows HDFS to communicate information b/w
DataNode and NameNode.
|
| Modifier and Type | Method | Description |
|---|---|---|
DatanodeStorage.State |
DatanodeStorage.getState() |
|
static DatanodeStorage.State |
DatanodeStorage.State.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DatanodeStorage.State[] |
DatanodeStorage.State.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
DatanodeStorage(java.lang.String sid,
DatanodeStorage.State s,
org.apache.hadoop.fs.StorageType sm) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.