public class ReceivedDeletedBlockInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReceivedDeletedBlockInfo.BlockStatus |
Constructor and Description |
---|
ReceivedDeletedBlockInfo() |
ReceivedDeletedBlockInfo(org.apache.hadoop.hdfs.protocol.Block blk,
ReceivedDeletedBlockInfo.BlockStatus status,
String delHints) |
Modifier and Type | Method and Description |
---|---|
boolean |
blockEquals(org.apache.hadoop.hdfs.protocol.Block b) |
boolean |
equals(Object o) |
org.apache.hadoop.hdfs.protocol.Block |
getBlock() |
String |
getDelHints() |
ReceivedDeletedBlockInfo.BlockStatus |
getStatus() |
int |
hashCode() |
boolean |
isDeletedBlock() |
void |
setBlock(org.apache.hadoop.hdfs.protocol.Block blk) |
void |
setDelHints(String hints) |
String |
toString() |
public ReceivedDeletedBlockInfo()
public ReceivedDeletedBlockInfo(org.apache.hadoop.hdfs.protocol.Block blk, ReceivedDeletedBlockInfo.BlockStatus status, String delHints)
public org.apache.hadoop.hdfs.protocol.Block getBlock()
public void setBlock(org.apache.hadoop.hdfs.protocol.Block blk)
public String getDelHints()
public void setDelHints(String hints)
public ReceivedDeletedBlockInfo.BlockStatus getStatus()
public boolean blockEquals(org.apache.hadoop.hdfs.protocol.Block b)
public boolean isDeletedBlock()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.