Interface Meta.PartitionOrBuilder

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

public static interface Meta.PartitionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    this is really part id, its parent entity is table
    this is really part id, its parent entity is table
    string name = 3;
    com.google.protobuf.ByteString
    string name = 3;
    the count of ranges must be equal to the count of id
    the count of ranges must be equal to the count of id
    .dingodb.pb.common.SchemaState schemaState = 4;
    int
    .dingodb.pb.common.SchemaState schemaState = 4;
    boolean
    this is really part id, its parent entity is table
    boolean
    the count of ranges must be equal to the count of id

    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

    • hasId

      boolean hasId()
       this is really part id, its parent entity is table
       
      .dingodb.pb.meta.DingoCommonId id = 1;
      Returns:
      Whether the id field is set.
    • getId

       this is really part id, its parent entity is table
       
      .dingodb.pb.meta.DingoCommonId id = 1;
      Returns:
      The id.
    • getIdOrBuilder

      Meta.DingoCommonIdOrBuilder getIdOrBuilder()
       this is really part id, its parent entity is table
       
      .dingodb.pb.meta.DingoCommonId id = 1;
    • hasRange

      boolean hasRange()
       the count of ranges must be equal to the count of id
       
      .dingodb.pb.common.Range range = 2;
      Returns:
      Whether the range field is set.
    • getRange

      Common.Range getRange()
       the count of ranges must be equal to the count of id
       
      .dingodb.pb.common.Range range = 2;
      Returns:
      The range.
    • getRangeOrBuilder

      Common.RangeOrBuilder getRangeOrBuilder()
       the count of ranges must be equal to the count of id
       
      .dingodb.pb.common.Range range = 2;
    • getName

      String getName()
      string name = 3;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 3;
      Returns:
      The bytes for name.
    • getSchemaStateValue

      int getSchemaStateValue()
      .dingodb.pb.common.SchemaState schemaState = 4;
      Returns:
      The enum numeric value on the wire for schemaState.
    • getSchemaState

      Common.SchemaState getSchemaState()
      .dingodb.pb.common.SchemaState schemaState = 4;
      Returns:
      The schemaState.