org.apache.hadoop.hdfs.protocol
Class CacheDirectiveEntry

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

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

Describes a path-based cache directive entry.


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

Constructor Detail

CacheDirectiveEntry

public CacheDirectiveEntry(CacheDirectiveInfo info,
                           CacheDirectiveStats stats)
Method Detail

getInfo

public CacheDirectiveInfo getInfo()

getStats

public CacheDirectiveStats getStats()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.