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

Packages that use CachePoolStats
org.apache.hadoop.hdfs.protocol   
org.apache.hadoop.hdfs.protocolPB   
 

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

Methods in org.apache.hadoop.hdfs.protocol that return CachePoolStats
 CachePoolStats CachePoolStats.Builder.build()
           
 CachePoolStats CachePoolEntry.getStats()
           
 

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

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

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

Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type CachePoolStats
static org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CachePoolStatsProto PBHelper.convert(CachePoolStats stats)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.