Interface CoordinatorInternalOuterClass.MetaIncrementStoreOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CoordinatorInternalOuterClass.MetaIncrementStore, CoordinatorInternalOuterClass.MetaIncrementStore.Builder
Enclosing class:
CoordinatorInternalOuterClass

public static interface CoordinatorInternalOuterClass.MetaIncrementStoreOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 id = 1;
    .dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;
    int
    .dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;
    .dingodb.pb.common.Store store = 2;
    .dingodb.pb.common.Store store = 2;
    boolean
    .dingodb.pb.common.Store store = 2;

    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

    • getId

      long getId()
      int64 id = 1;
      Returns:
      The id.
    • hasStore

      boolean hasStore()
      .dingodb.pb.common.Store store = 2;
      Returns:
      Whether the store field is set.
    • getStore

      Common.Store getStore()
      .dingodb.pb.common.Store store = 2;
      Returns:
      The store.
    • getStoreOrBuilder

      Common.StoreOrBuilder getStoreOrBuilder()
      .dingodb.pb.common.Store store = 2;
    • getOpTypeValue

      int getOpTypeValue()
      .dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;
      Returns:
      The enum numeric value on the wire for opType.
    • getOpType

      .dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;
      Returns:
      The opType.