Class MoveWithoutAck

java.lang.Object
org.apache.hadoop.hbase.util.MoveWithoutAck
All Implemented Interfaces:
Callable<Boolean>

@Private class MoveWithoutAck extends Object implements Callable<Boolean>
Move Regions without Acknowledging.Usefule in case of RS shutdown as we might want to shut the RS down anyways and not abort on a stuck region. Improves movement performance