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
Modifier and TypeFieldDescriptionprivate final Admin
private static final org.slf4j.Logger
private final List<RegionInfo>
private final RegionInfo
private final ServerName
private final ServerName
-
Constructor Summary
ConstructorDescriptionMoveWithoutAck
(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