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

Packages that use CachePoolInfo
org.apache.hadoop.hdfs.client   
org.apache.hadoop.hdfs.protocol   
org.apache.hadoop.hdfs.protocolPB   
 

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

Methods in org.apache.hadoop.hdfs.client with parameters of type CachePoolInfo
 void HdfsAdmin.addCachePool(CachePoolInfo info)
          Add a cache pool.
 void HdfsAdmin.modifyCachePool(CachePoolInfo info)
          Modify an existing cache pool.
 

Uses of CachePoolInfo in org.apache.hadoop.hdfs.protocol
 

Methods in org.apache.hadoop.hdfs.protocol that return CachePoolInfo
 CachePoolInfo CachePoolEntry.getInfo()
           
 CachePoolInfo CachePoolInfo.setGroupName(String groupName)
           
 CachePoolInfo CachePoolInfo.setLimit(Long bytes)
           
 CachePoolInfo CachePoolInfo.setMaxRelativeExpiryMs(Long ms)
          Set the maximum relative expiration of directives of this pool in milliseconds.
 CachePoolInfo CachePoolInfo.setMode(org.apache.hadoop.fs.permission.FsPermission mode)
           
 CachePoolInfo CachePoolInfo.setOwnerName(String ownerName)
           
 

Methods in org.apache.hadoop.hdfs.protocol with parameters of type CachePoolInfo
static void CachePoolInfo.validate(CachePoolInfo info)
           
 

Constructors in org.apache.hadoop.hdfs.protocol with parameters of type CachePoolInfo
CachePoolEntry(CachePoolInfo info, CachePoolStats stats)
           
 

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

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

Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type CachePoolInfo
static org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CachePoolInfoProto PBHelper.convert(CachePoolInfo info)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.