Uses of Class
org.apache.hadoop.hdfs.server.protocol.StorageReport
Packages that use StorageReport
Package
Description
Package contains classes that allows HDFS to communicate information b/w
DataNode and NameNode.
-
Uses of StorageReport in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return StorageReportModifier and TypeMethodDescriptionstatic StorageReportPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.StorageReportProto p) static StorageReport[]PBHelperClient.convertStorageReports(List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.StorageReportProto> list) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type StorageReportModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.StorageReportProtoPBHelperClient.convert(StorageReport r) static List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.StorageReportProto>PBHelperClient.convertStorageReports(StorageReport[] storages) -
Uses of StorageReport in org.apache.hadoop.hdfs.server.protocol
Fields in org.apache.hadoop.hdfs.server.protocol declared as StorageReportMethods in org.apache.hadoop.hdfs.server.protocol that return StorageReportConstructors in org.apache.hadoop.hdfs.server.protocol with parameters of type StorageReportModifierConstructorDescriptionDatanodeStorageReport(DatanodeInfo datanodeInfo, StorageReport[] storageReports)