|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.dfs.DataNodeReport
A report on the status of a DataNode.
DistributedFileSystem.getDataNodeStats()
Constructor Summary | |
DataNodeReport()
|
Method Summary | |
long |
getCapacity()
The raw capacity. |
String |
getHost()
The hostname of the datanode. |
long |
getLastUpdate()
The time when this information was accurate. |
String |
getName()
The name of the datanode. |
long |
getRemaining()
The raw free space. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DataNodeReport()
Method Detail |
public String getName()
public String getHost()
public long getCapacity()
public long getRemaining()
public long getLastUpdate()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |