@Private
public interface FSClusterStats
| Modifier and Type | Method | Description |
|---|---|---|
double |
getInServiceXceiverAverage() |
An indication of the average load of non-decommission(ing|ed) nodes
eligible for block placement.
|
double |
getInServiceXceiverAverageForVolume() |
An indication of the average load of volumes at non-decommission(ing|ed)
nodes eligible for block placement.
|
int |
getNumDatanodesInService() |
Indicates number of datanodes that are in service.
|
java.util.Map<org.apache.hadoop.fs.StorageType,StorageTypeStats> |
getStorageTypeStats() |
Indicates the storage statistics per storage type.
|
int |
getTotalLoad() |
an indication of the total load of the cluster.
|
boolean |
isAvoidingStaleDataNodesForWrite() |
Indicate whether or not the cluster is now avoiding
to use stale DataNodes for writing.
|
int getTotalLoad()
boolean isAvoidingStaleDataNodesForWrite()
int getNumDatanodesInService()
double getInServiceXceiverAverage()
double getInServiceXceiverAverageForVolume()
java.util.Map<org.apache.hadoop.fs.StorageType,StorageTypeStats> getStorageTypeStats()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.