Uses of Enum Class
org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo.BlockStatus
Packages that use ReceivedDeletedBlockInfo.BlockStatus
Package
Description
Package contains classes that allows HDFS to communicate information b/w
DataNode and NameNode.
-
Uses of ReceivedDeletedBlockInfo.BlockStatus in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol that return ReceivedDeletedBlockInfo.BlockStatusModifier and TypeMethodDescriptionReceivedDeletedBlockInfo.BlockStatus.fromCode(int code) Returns the enum constant of this class with the specified name.static ReceivedDeletedBlockInfo.BlockStatus[]ReceivedDeletedBlockInfo.BlockStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.