Uses of Class
org.apache.hadoop.hdfs.server.protocol.BlockStorageMovementCommand.BlockMovingInfo
Packages that use BlockStorageMovementCommand.BlockMovingInfo
Package
Description
This package provides commonly used classes for the block movement.
This package provides a mechanism for satisfying the storage policy of a
path.
This package provides a mechanism for satisfying the storage policy of a
path.
-
Uses of BlockStorageMovementCommand.BlockMovingInfo in org.apache.hadoop.hdfs.server.common.sps
Methods in org.apache.hadoop.hdfs.server.common.sps with parameters of type BlockStorageMovementCommand.BlockMovingInfoModifier and TypeMethodDescriptionBlockDispatcher.moveBlock(BlockStorageMovementCommand.BlockMovingInfo blkMovingInfo, org.apache.hadoop.hdfs.protocol.datatransfer.sasl.SaslDataTransferClient saslClient, org.apache.hadoop.hdfs.protocol.ExtendedBlock eb, Socket sock, org.apache.hadoop.hdfs.protocol.datatransfer.sasl.DataEncryptionKeyFactory km, org.apache.hadoop.security.token.Token<org.apache.hadoop.hdfs.security.token.block.BlockTokenIdentifier> accessToken) Moves the given block replica to the given target node and wait for the response. -
Uses of BlockStorageMovementCommand.BlockMovingInfo in org.apache.hadoop.hdfs.server.namenode.sps
Methods in org.apache.hadoop.hdfs.server.namenode.sps with parameters of type BlockStorageMovementCommand.BlockMovingInfoModifier and TypeMethodDescriptionvoidBlockMoveTaskHandler.submitMoveTask(BlockStorageMovementCommand.BlockMovingInfo blkMovingInfo) This is an interface method to handle the move tasks.voidContext.submitMoveTask(BlockStorageMovementCommand.BlockMovingInfo blkMovingInfo) Handles the block move tasks. -
Uses of BlockStorageMovementCommand.BlockMovingInfo in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol that return types with arguments of type BlockStorageMovementCommand.BlockMovingInfoModifier and TypeMethodDescriptionBlockStorageMovementCommand.getBlockMovingTasks()Returns the list of blocks to be moved.Constructor parameters in org.apache.hadoop.hdfs.server.protocol with type arguments of type BlockStorageMovementCommand.BlockMovingInfoModifierConstructorDescriptionBlockStorageMovementCommand(int action, String blockPoolId, Collection<BlockStorageMovementCommand.BlockMovingInfo> blockMovingInfos) Block storage movement command constructor. -
Uses of BlockStorageMovementCommand.BlockMovingInfo in org.apache.hadoop.hdfs.server.sps
Methods in org.apache.hadoop.hdfs.server.sps with parameters of type BlockStorageMovementCommand.BlockMovingInfoModifier and TypeMethodDescriptionvoidExternalSPSBlockMoveTaskHandler.submitMoveTask(BlockStorageMovementCommand.BlockMovingInfo blkMovingInfo) voidExternalSPSContext.submitMoveTask(BlockStorageMovementCommand.BlockMovingInfo blkMovingInfo)