private class RegionMover.MoveWithAck extends Object implements Callable<Boolean>
Modifier and Type | Field and Description |
---|---|
private List<RegionInfo> |
movedRegions |
private RegionInfo |
region |
private ServerName |
sourceServer |
private ServerName |
targetServer |
Constructor and Description |
---|
MoveWithAck(RegionInfo regionInfo,
ServerName sourceServer,
ServerName targetServer,
List<RegionInfo> movedRegions) |
private RegionInfo region
private ServerName targetServer
private List<RegionInfo> movedRegions
private ServerName sourceServer
public MoveWithAck(RegionInfo regionInfo, ServerName sourceServer, ServerName targetServer, List<RegionInfo> movedRegions)
public Boolean call() throws IOException, InterruptedException
call
in interface Callable<Boolean>
IOException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.