Class BlocksStorageMoveAttemptFinished
java.lang.Object
org.apache.hadoop.hdfs.server.protocol.BlocksStorageMoveAttemptFinished
This class represents, the blocks for which storage movements has done by
datanodes. The movementFinishedBlocks array contains all the blocks that are
attempted to do the movement and it could be finished with either success or
failure.
-
Constructor Summary
ConstructorsConstructorDescriptionBlocksStorageMoveAttemptFinished(org.apache.hadoop.hdfs.protocol.Block[] moveAttemptFinishedBlocks) -
Method Summary