org.apache.hadoop.hdfs.protocol
Class CachePoolEntry
java.lang.Object
org.apache.hadoop.hdfs.protocol.CachePoolEntry
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class CachePoolEntry
- extends Object
Describes a Cache Pool entry.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachePoolEntry
public CachePoolEntry(CachePoolInfo info,
CachePoolStats stats)
getInfo
public CachePoolInfo getInfo()
getStats
public CachePoolStats getStats()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.