Uses of Class
org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo.BlockStatus

Packages that use ReceivedDeletedBlockInfo.BlockStatus
org.apache.hadoop.hdfs.server.protocol   
 

Uses of ReceivedDeletedBlockInfo.BlockStatus in org.apache.hadoop.hdfs.server.protocol
 

Methods in org.apache.hadoop.hdfs.server.protocol that return ReceivedDeletedBlockInfo.BlockStatus
static ReceivedDeletedBlockInfo.BlockStatus ReceivedDeletedBlockInfo.BlockStatus.fromCode(int code)
           
 ReceivedDeletedBlockInfo.BlockStatus ReceivedDeletedBlockInfo.getStatus()
           
static ReceivedDeletedBlockInfo.BlockStatus ReceivedDeletedBlockInfo.BlockStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReceivedDeletedBlockInfo.BlockStatus[] ReceivedDeletedBlockInfo.BlockStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.hdfs.server.protocol with parameters of type ReceivedDeletedBlockInfo.BlockStatus
ReceivedDeletedBlockInfo(org.apache.hadoop.hdfs.protocol.Block blk, ReceivedDeletedBlockInfo.BlockStatus status, String delHints)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.