public interface DatanodeStatistics
| Modifier and Type | Method | Description |
|---|---|---|
long |
getBlockPoolUsed() |
|
long |
getCacheCapacity() |
|
long |
getCacheUsed() |
|
long |
getCapacityRemaining() |
|
float |
getCapacityRemainingPercent() |
|
long |
getCapacityTotal() |
|
long |
getCapacityUsed() |
|
long |
getCapacityUsedNonDFS() |
|
float |
getCapacityUsedPercent() |
|
int |
getExpiredHeartbeats() |
|
int |
getInServiceAvailableVolumeCount() |
|
int |
getInServiceXceiverCount() |
|
int |
getNumDatanodesInService() |
|
float |
getPercentBlockPoolUsed() |
|
long |
getProvidedCapacity() |
|
long[] |
getStats() |
The same as
ClientProtocol.getStats(). |
java.util.Map<org.apache.hadoop.fs.StorageType,StorageTypeStats> |
getStorageTypeStats() |
|
int |
getXceiverCount() |
long getCapacityTotal()
long getCapacityUsed()
float getCapacityUsedPercent()
long getCapacityRemaining()
float getCapacityRemainingPercent()
long getBlockPoolUsed()
float getPercentBlockPoolUsed()
long getCacheCapacity()
long getCacheUsed()
int getXceiverCount()
int getInServiceXceiverCount()
int getNumDatanodesInService()
int getInServiceAvailableVolumeCount()
long getCapacityUsedNonDFS()
long[] getStats()
ClientProtocol.getStats().
The block related entries are set to -1.int getExpiredHeartbeats()
java.util.Map<org.apache.hadoop.fs.StorageType,StorageTypeStats> getStorageTypeStats()
long getProvidedCapacity()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.