org.apache.hadoop.hdfs.protocol
Class CachePoolStats
java.lang.Object
org.apache.hadoop.hdfs.protocol.CachePoolStats
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class CachePoolStats
- extends Object
CachePoolStats describes cache pool statistics.
getBytesNeeded
public long getBytesNeeded()
getBytesCached
public long getBytesCached()
getBytesOverlimit
public long getBytesOverlimit()
getFilesNeeded
public long getFilesNeeded()
getFilesCached
public long getFilesCached()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2014 Apache Software Foundation. All Rights Reserved.