public static class RSProcedureDispatcher.RegionCloseOperation extends RSProcedureDispatcher.RegionOperation
Modifier and Type | Field and Description |
---|---|
private ServerName |
destinationServer |
procId, regionInfo
Constructor and Description |
---|
RegionCloseOperation(RemoteProcedureDispatcher.RemoteProcedure remoteProcedure,
RegionInfo regionInfo,
long procId,
ServerName destinationServer) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.CloseRegionRequest |
buildCloseRegionRequest(ServerName serverName) |
ServerName |
getDestinationServer() |
getRemoteProcedure
private final ServerName destinationServer
public RegionCloseOperation(RemoteProcedureDispatcher.RemoteProcedure remoteProcedure, RegionInfo regionInfo, long procId, ServerName destinationServer)
public ServerName getDestinationServer()
public org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.CloseRegionRequest buildCloseRegionRequest(ServerName serverName)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.