Class ExternalSPSBlockMoveTaskHandler

java.lang.Object
org.apache.hadoop.hdfs.server.sps.ExternalSPSBlockMoveTaskHandler
All Implemented Interfaces:
BlockMoveTaskHandler

@Private @Evolving public class ExternalSPSBlockMoveTaskHandler extends Object implements BlockMoveTaskHandler
This class handles the external SPS block movements. This will move the given block to a target datanode by directly establishing socket connection to it and invokes function Sender.replaceBlock(ExtendedBlock, StorageType, Token, String, DatanodeInfo, String).