Class BlocksStorageMoveAttemptFinished

java.lang.Object
org.apache.hadoop.hdfs.server.protocol.BlocksStorageMoveAttemptFinished

public class BlocksStorageMoveAttemptFinished extends Object
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 Details

    • BlocksStorageMoveAttemptFinished

      public BlocksStorageMoveAttemptFinished(org.apache.hadoop.hdfs.protocol.Block[] moveAttemptFinishedBlocks)
  • Method Details

    • getBlocks

      public org.apache.hadoop.hdfs.protocol.Block[] getBlocks()
    • toString

      public String toString()
      Overrides:
      toString in class Object