Package io.dingodb.coordinator
Interface Coordinator.CreateRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Coordinator.CreateRequest,Coordinator.CreateRequest.Builder
- Enclosing class:
- Coordinator
public static interface Coordinator.CreateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionregion definitionregion definitionlongthis is a sub-region, its state need to be STANDBY, will split from region id, ifbooleanregion definitionMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRegionDefinition
boolean hasRegionDefinition()region definition
.dingodb.pb.common.RegionDefinition region_definition = 1;- Returns:
- Whether the regionDefinition field is set.
-
getRegionDefinition
Common.RegionDefinition getRegionDefinition()region definition
.dingodb.pb.common.RegionDefinition region_definition = 1;- Returns:
- The regionDefinition.
-
getRegionDefinitionOrBuilder
Common.RegionDefinitionOrBuilder getRegionDefinitionOrBuilder()region definition
.dingodb.pb.common.RegionDefinition region_definition = 1; -
getSplitFromRegionId
long getSplitFromRegionId()this is a sub-region, its state need to be STANDBY, will split from region id, if
int64 split_from_region_id = 2;- Returns:
- The splitFromRegionId.
-