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 Type
    Method
    Description
    int
    uint32 generate_count = 4;
    int
    uint32 increment = 5;
    int
    uint32 offset = 6;
    long
    int64 source_start_id = 2;
    long
    int64 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

    isInitialized

    Methods 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

      .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.