Package org.apache.hadoop.hbase.util
Class MoveWithoutAck
java.lang.Object
org.apache.hadoop.hbase.util.MoveWithoutAck
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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Adminprivate static final org.slf4j.Loggerprivate final List<RegionInfo>private final RegionInfoprivate final ServerNameprivate final ServerName -
Constructor Summary
ConstructorsConstructorDescriptionMoveWithoutAck(Admin admin, RegionInfo regionInfo, ServerName sourceServer, ServerName targetServer, List<RegionInfo> movedRegions) -
Method Summary
-
Field Details
-
LOG
-
region
-
targetServer
-
movedRegions
-
sourceServer
-
admin
-
-
Constructor Details
-
MoveWithoutAck
MoveWithoutAck(Admin admin, RegionInfo regionInfo, ServerName sourceServer, ServerName targetServer, List<RegionInfo> movedRegions)
-
-
Method Details