public static interface MasterProcedureProtos.UnassignRegionStateDataOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
HBaseProtos.ServerName |
getDestinationServer()
This is optional info; it is the servername we will
subsequently assign the region too... it may be null.
|
HBaseProtos.ServerNameOrBuilder |
getDestinationServerOrBuilder()
This is optional info; it is the servername we will
subsequently assign the region too... it may be null.
|
boolean |
getForce()
optional bool force = 4 [default = false]; |
HBaseProtos.ServerName |
getHostingServer()
This is the server currently hosting the Region, the
server we will send the unassign rpc too.
|
HBaseProtos.ServerNameOrBuilder |
getHostingServerOrBuilder()
This is the server currently hosting the Region, the
server we will send the unassign rpc too.
|
HBaseProtos.RegionInfo |
getRegionInfo()
required .hbase.pb.RegionInfo region_info = 2; |
HBaseProtos.RegionInfoOrBuilder |
getRegionInfoOrBuilder()
required .hbase.pb.RegionInfo region_info = 2; |
boolean |
getRemoveAfterUnassigning()
optional bool remove_after_unassigning = 6 [default = false]; |
MasterProcedureProtos.RegionTransitionState |
getTransitionState()
required .hbase.pb.RegionTransitionState transition_state = 1; |
boolean |
hasDestinationServer()
This is optional info; it is the servername we will
subsequently assign the region too... it may be null.
|
boolean |
hasForce()
optional bool force = 4 [default = false]; |
boolean |
hasHostingServer()
This is the server currently hosting the Region, the
server we will send the unassign rpc too.
|
boolean |
hasRegionInfo()
required .hbase.pb.RegionInfo region_info = 2; |
boolean |
hasRemoveAfterUnassigning()
optional bool remove_after_unassigning = 6 [default = false]; |
boolean |
hasTransitionState()
required .hbase.pb.RegionTransitionState transition_state = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTransitionState()
required .hbase.pb.RegionTransitionState transition_state = 1;MasterProcedureProtos.RegionTransitionState getTransitionState()
required .hbase.pb.RegionTransitionState transition_state = 1;boolean hasRegionInfo()
required .hbase.pb.RegionInfo region_info = 2;HBaseProtos.RegionInfo getRegionInfo()
required .hbase.pb.RegionInfo region_info = 2;HBaseProtos.RegionInfoOrBuilder getRegionInfoOrBuilder()
required .hbase.pb.RegionInfo region_info = 2;boolean hasDestinationServer()
This is optional info; it is the servername we will subsequently assign the region too... it may be null.
optional .hbase.pb.ServerName destination_server = 3;HBaseProtos.ServerName getDestinationServer()
This is optional info; it is the servername we will subsequently assign the region too... it may be null.
optional .hbase.pb.ServerName destination_server = 3;HBaseProtos.ServerNameOrBuilder getDestinationServerOrBuilder()
This is optional info; it is the servername we will subsequently assign the region too... it may be null.
optional .hbase.pb.ServerName destination_server = 3;boolean hasHostingServer()
This is the server currently hosting the Region, the server we will send the unassign rpc too.
optional .hbase.pb.ServerName hosting_server = 5;HBaseProtos.ServerName getHostingServer()
This is the server currently hosting the Region, the server we will send the unassign rpc too.
optional .hbase.pb.ServerName hosting_server = 5;HBaseProtos.ServerNameOrBuilder getHostingServerOrBuilder()
This is the server currently hosting the Region, the server we will send the unassign rpc too.
optional .hbase.pb.ServerName hosting_server = 5;boolean hasForce()
optional bool force = 4 [default = false];boolean getForce()
optional bool force = 4 [default = false];boolean hasRemoveAfterUnassigning()
optional bool remove_after_unassigning = 6 [default = false];boolean getRemoveAfterUnassigning()
optional bool remove_after_unassigning = 6 [default = false];Copyright © 2007–2019. All rights reserved.