Uses of Class
org.apache.hadoop.hdfs.protocol.CacheDirectiveEntry

Packages that use CacheDirectiveEntry
org.apache.hadoop.hdfs.client   
org.apache.hadoop.hdfs.protocolPB   
 

Uses of CacheDirectiveEntry in org.apache.hadoop.hdfs.client
 

Methods in org.apache.hadoop.hdfs.client that return types with arguments of type CacheDirectiveEntry
 org.apache.hadoop.fs.RemoteIterator<CacheDirectiveEntry> HdfsAdmin.listCacheDirectives(CacheDirectiveInfo filter)
          List cache directives.
 

Uses of CacheDirectiveEntry in org.apache.hadoop.hdfs.protocolPB
 

Methods in org.apache.hadoop.hdfs.protocolPB that return CacheDirectiveEntry
static CacheDirectiveEntry PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveEntryProto proto)
           
 

Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type CacheDirectiveEntry
static org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveEntryProto PBHelper.convert(CacheDirectiveEntry entry)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.