Uses of Class
org.apache.hadoop.hdfs.server.common.sps.BlockMovementAttemptFinished
Packages that use BlockMovementAttemptFinished
Package
Description
This package provides commonly used classes for the block movement.
-
Uses of BlockMovementAttemptFinished in org.apache.hadoop.hdfs.server.common.sps
Methods in org.apache.hadoop.hdfs.server.common.sps with parameters of type BlockMovementAttemptFinishedModifier and TypeMethodDescriptionvoidBlocksMovementsStatusHandler.handle(BlockMovementAttemptFinished moveAttemptFinishedBlk) Collect all the storage movement attempt finished blocks.Constructor parameters in org.apache.hadoop.hdfs.server.common.sps with type arguments of type BlockMovementAttemptFinishedModifierConstructorDescriptionBlockStorageMovementTracker(CompletionService<BlockMovementAttemptFinished> moverCompletionService, BlocksMovementsStatusHandler handler) BlockStorageMovementTracker constructor.