Package io.dingodb.coordinator
Interface Coordinator.SplitRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Coordinator.SplitRequest,Coordinator.SplitRequest.Builder
- Enclosing class:
- Coordinator
public static interface Coordinator.SplitRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongsplit from region idlongsplit to region idcom.google.protobuf.ByteStringsplit watershed keybooleanif true, store will create region, else coordinator pre-create regionMethods 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
-
getSplitFromRegionId
long getSplitFromRegionId()split from region id
int64 split_from_region_id = 1;- Returns:
- The splitFromRegionId.
-
getSplitToRegionId
long getSplitToRegionId()split to region id
int64 split_to_region_id = 2;- Returns:
- The splitToRegionId.
-
getSplitWatershedKey
com.google.protobuf.ByteString getSplitWatershedKey()split watershed key
bytes split_watershed_key = 3;- Returns:
- The splitWatershedKey.
-
getStoreCreateRegion
boolean getStoreCreateRegion()if true, store will create region, else coordinator pre-create region
bool store_create_region = 4;- Returns:
- The storeCreateRegion.
-