Interface CoordinatorInternalOuterClass.MetaIncrementRegionOrBuilder

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

public static interface CoordinatorInternalOuterClass.MetaIncrementRegionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

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

      boolean hasRegion()
       dingodb.pb.common.Region region = 2;
       
      .dingodb.pb.coordinator_internal.RegionInternal region = 2;
      Returns:
      Whether the region field is set.
    • getRegion

       dingodb.pb.common.Region region = 2;
       
      .dingodb.pb.coordinator_internal.RegionInternal region = 2;
      Returns:
      The region.
    • getRegionOrBuilder

       dingodb.pb.common.Region region = 2;
       
      .dingodb.pb.coordinator_internal.RegionInternal region = 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.
    • getTableId

      long getTableId()
      int64 table_id = 4;
      Returns:
      The tableId.