Interface BlocksMovementsStatusHandler
@Private
@Evolving
public interface BlocksMovementsStatusHandler
Blocks movements status handler, which can be used to collect details of the
completed block movements.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(BlockMovementAttemptFinished moveAttemptFinishedBlk) Collect all the storage movement attempt finished blocks.
-
Method Details
-
handle
Collect all the storage movement attempt finished blocks.- Parameters:
moveAttemptFinishedBlk- storage movement attempt finished block
-