Class CachePoolStats

java.lang.Object
org.apache.hadoop.hdfs.protocol.CachePoolStats

@Public @Evolving public class CachePoolStats extends Object
CachePoolStats describes cache pool statistics.
  • Method Details

    • 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