Uses of Class
org.apache.hadoop.hdfs.server.protocol.StorageReport

Packages that use StorageReport
org.apache.hadoop.hdfs.protocolPB   
org.apache.hadoop.hdfs.server.protocol   
 

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

Methods in org.apache.hadoop.hdfs.protocolPB that return StorageReport
static StorageReport PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.DatanodeProtocolProtos.StorageReportProto p)
           
static StorageReport[] PBHelper.convertStorageReports(List<org.apache.hadoop.hdfs.protocol.proto.DatanodeProtocolProtos.StorageReportProto> list)
           
 

Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type StorageReport
static org.apache.hadoop.hdfs.protocol.proto.DatanodeProtocolProtos.StorageReportProto PBHelper.convert(StorageReport r)
           
 

Uses of StorageReport in org.apache.hadoop.hdfs.server.protocol
 

Fields in org.apache.hadoop.hdfs.server.protocol declared as StorageReport
static StorageReport[] StorageReport.EMPTY_ARRAY
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.