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.HdfsProtos.StorageReportProto p)
           
static StorageReport[] PBHelper.convertStorageReports(List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.StorageReportProto> list)
           
 

Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type StorageReport
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.StorageReportProto PBHelper.convert(StorageReport r)
           
static List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.StorageReportProto> PBHelper.convertStorageReports(StorageReport[] storages)
           
 

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
           
 

Methods in org.apache.hadoop.hdfs.server.protocol that return StorageReport
 StorageReport[] DatanodeStorageReport.getStorageReports()
           
 

Constructors in org.apache.hadoop.hdfs.server.protocol with parameters of type StorageReport
DatanodeStorageReport(org.apache.hadoop.hdfs.protocol.DatanodeInfo datanodeInfo, StorageReport[] storageReports)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.