Uses of Class
org.apache.hadoop.hdfs.server.protocol.DatanodeStorage
Packages that use DatanodeStorage
Package
Description
Package contains classes that allows HDFS to communicate information b/w
DataNode and NameNode.
-
Uses of DatanodeStorage in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return DatanodeStorageModifier and TypeMethodDescriptionstatic DatanodeStoragePBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.DatanodeStorageProto s) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type DatanodeStorageModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.DatanodeStorageProtoPBHelperClient.convert(DatanodeStorage s) -
Uses of DatanodeStorage in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol that return DatanodeStorageConstructors in org.apache.hadoop.hdfs.server.protocol with parameters of type DatanodeStorageModifierConstructorDescriptionStorageReport(DatanodeStorage storage, boolean failed, long capacity, long dfsUsed, long remaining, long bpUsed, long nonDfsUsed) StorageReport(DatanodeStorage storage, boolean failed, long capacity, long dfsUsed, long remaining, long bpUsed, long nonDfsUsed, String mount)