public static interface MasterProcedureProtos.UnassignRegionStateDataOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAttempt()
Current attempt index used for expotential backoff when stuck
|
HBaseProtos.ServerName |
getDestinationServer()
This is optional info; it is the servername we will
subsequently assign the region too...
|
HBaseProtos.ServerNameOrBuilder |
getDestinationServerOrBuilder()
This is optional info; it is the servername we will
subsequently assign the region too...
|
boolean |
getForce()
We hijacked an old param named 'force' and use it as 'override'.
|
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 |
hasAttempt()
Current attempt index used for expotential backoff when stuck
|
boolean |
hasDestinationServer()
This is optional info; it is the servername we will
subsequently assign the region too...
|
boolean |
hasForce()
We hijacked an old param named 'force' and use it as 'override'.
|
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()
We hijacked an old param named 'force' and use it as 'override'.
optional bool force = 4 [default = false];boolean getForce()
We hijacked an old param named 'force' and use it as 'override'.
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];boolean hasAttempt()
Current attempt index used for expotential backoff when stuck
optional int32 attempt = 7;int getAttempt()
Current attempt index used for expotential backoff when stuck
optional int32 attempt = 7;Copyright © 2007–2019 Cloudera. All rights reserved.