Generated by
JDiff

Interface org.apache.hadoop.hdfs.server.protocol.InterDatanodeProtocol

Removed Methods
BlockMetaDataInfo getBlockMetaDataInfo(Block) @return the BlockMetaDataInfo of a block; null if the block is not found
void updateBlock(Block, Block, boolean) Update the block to the new generation stamp and length.
 

Added Methods
ReplicaRecoveryInfo initReplicaRecovery(RecoveringBlock) Initialize a replica recovery.
Block updateReplicaUnderRecovery(Block, long, long) Update replica with the new generation stamp and length.