public static interface MasterProcedureProtos.RegionStateTransitionStateDataOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.ServerName |
getAssignCandidate()
optional .hbase.pb.ServerName assign_candidate = 2; |
HBaseProtos.ServerNameOrBuilder |
getAssignCandidateOrBuilder()
optional .hbase.pb.ServerName assign_candidate = 2; |
boolean |
getForceNewPlan()
required bool force_new_plan = 3; |
MasterProcedureProtos.RegionTransitionType |
getType()
required .hbase.pb.RegionTransitionType type = 1; |
boolean |
hasAssignCandidate()
optional .hbase.pb.ServerName assign_candidate = 2; |
boolean |
hasForceNewPlan()
required bool force_new_plan = 3; |
boolean |
hasType()
required .hbase.pb.RegionTransitionType type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
required .hbase.pb.RegionTransitionType type = 1;MasterProcedureProtos.RegionTransitionType getType()
required .hbase.pb.RegionTransitionType type = 1;boolean hasAssignCandidate()
optional .hbase.pb.ServerName assign_candidate = 2;HBaseProtos.ServerName getAssignCandidate()
optional .hbase.pb.ServerName assign_candidate = 2;HBaseProtos.ServerNameOrBuilder getAssignCandidateOrBuilder()
optional .hbase.pb.ServerName assign_candidate = 2;boolean hasForceNewPlan()
required bool force_new_plan = 3;boolean getForceNewPlan()
required bool force_new_plan = 3;Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.