org.apache.hadoop.hdfs.protocol
Class CachePoolEntry

java.lang.Object
  extended by org.apache.hadoop.hdfs.protocol.CachePoolEntry

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class CachePoolEntry
extends Object

Describes a Cache Pool entry.


Constructor Summary
CachePoolEntry(CachePoolInfo info, CachePoolStats stats)
           
 
Method Summary
 CachePoolInfo getInfo()
           
 CachePoolStats getStats()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachePoolEntry

public CachePoolEntry(CachePoolInfo info,
                      CachePoolStats stats)
Method Detail

getInfo

public CachePoolInfo getInfo()

getStats

public CachePoolStats getStats()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.