Interface CoordinatorInternalOuterClass.TableInternalOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .dingodb.pb.meta.TableDefinition definition = 2;
    .dingodb.pb.meta.TableDefinition definition = 2;
    long
    int64 id = 1;
    if the partition_is is continuous, this field will be set, else this field will be empty.
    if the partition_is is continuous, this field will be set, else this field will be empty.
    long
    int64 schema_id = 3;
    long
    int64 table_id = 4;
    long
    int64 tenant_id = 6;
    boolean
    .dingodb.pb.meta.TableDefinition definition = 2;
    boolean
    if the partition_is is continuous, this field will be set, else this field will be empty.

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

      boolean hasDefinition()
      .dingodb.pb.meta.TableDefinition definition = 2;
      Returns:
      Whether the definition field is set.
    • getDefinition

      Meta.TableDefinition getDefinition()
      .dingodb.pb.meta.TableDefinition definition = 2;
      Returns:
      The definition.
    • getDefinitionOrBuilder

      Meta.TableDefinitionOrBuilder getDefinitionOrBuilder()
      .dingodb.pb.meta.TableDefinition definition = 2;
    • getSchemaId

      long getSchemaId()
      int64 schema_id = 3;
      Returns:
      The schemaId.
    • getTableId

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

      boolean hasRange()
       if the partition_is is continuous, this field will be set, else this field will be empty.
       if this field is empty, we will do ScanRegions for each partition to get the region list.
       
      .dingodb.pb.common.Range range = 5;
      Returns:
      Whether the range field is set.
    • getRange

      Common.Range getRange()
       if the partition_is is continuous, this field will be set, else this field will be empty.
       if this field is empty, we will do ScanRegions for each partition to get the region list.
       
      .dingodb.pb.common.Range range = 5;
      Returns:
      The range.
    • getRangeOrBuilder

      Common.RangeOrBuilder getRangeOrBuilder()
       if the partition_is is continuous, this field will be set, else this field will be empty.
       if this field is empty, we will do ScanRegions for each partition to get the region list.
       
      .dingodb.pb.common.Range range = 5;
    • getTenantId

      long getTenantId()
      int64 tenant_id = 6;
      Returns:
      The tenantId.