Interface CoordinatorInternalOuterClass.MetaIncrementCommonDiskOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .dingodb.pb.coordinator_internal.CommonInternal common = 2;
    .dingodb.pb.coordinator_internal.CommonInternal common = 2;
    com.google.protobuf.ByteString
    bytes id = 1;
    .dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;
    int
    .dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;
    boolean
    .dingodb.pb.coordinator_internal.CommonInternal common = 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

      com.google.protobuf.ByteString getId()
      bytes id = 1;
      Returns:
      The id.
    • hasCommon

      boolean hasCommon()
      .dingodb.pb.coordinator_internal.CommonInternal common = 2;
      Returns:
      Whether the common field is set.
    • getCommon

      .dingodb.pb.coordinator_internal.CommonInternal common = 2;
      Returns:
      The common.
    • getCommonOrBuilder

      .dingodb.pb.coordinator_internal.CommonInternal common = 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.