Package dingodb.pb.coordinator_internal
Interface CoordinatorInternalOuterClass.IncrementInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatorInternalOuterClass.IncrementInternal,CoordinatorInternalOuterClass.IncrementInternal.Builder
- Enclosing class:
- CoordinatorInternalOuterClass
public static interface CoordinatorInternalOuterClass.IncrementInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 generate_count = 4;intuint32 increment = 5;intuint32 offset = 6;longint64 source_start_id = 2;longint64 start_id = 1;.dingodb.pb.coordinator_internal.AutoIncrementUpdateType update_type = 3;int.dingodb.pb.coordinator_internal.AutoIncrementUpdateType update_type = 3;Methods 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
-
getStartId
long getStartId()int64 start_id = 1;- Returns:
- The startId.
-
getSourceStartId
long getSourceStartId()int64 source_start_id = 2;- Returns:
- The sourceStartId.
-
getUpdateTypeValue
int getUpdateTypeValue().dingodb.pb.coordinator_internal.AutoIncrementUpdateType update_type = 3;- Returns:
- The enum numeric value on the wire for updateType.
-
getUpdateType
CoordinatorInternalOuterClass.AutoIncrementUpdateType getUpdateType().dingodb.pb.coordinator_internal.AutoIncrementUpdateType update_type = 3;- Returns:
- The updateType.
-
getGenerateCount
int getGenerateCount()uint32 generate_count = 4;- Returns:
- The generateCount.
-
getIncrement
int getIncrement()uint32 increment = 5;- Returns:
- The increment.
-
getOffset
int getOffset()uint32 offset = 6;- Returns:
- The offset.
-