Interface Meta.MetaEventTableOrBuilder

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

public static interface Meta.MetaEventTableOrBuilder 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
    table id, this the table_id of the table
    long
    for a table, the parent_table_id is always 0, sdk could ignore this field
    long
    int64 schema_id = 3;
    boolean
    .dingodb.pb.meta.TableDefinition definition = 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()
       table id, this the table_id of the table
       
      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.
    • getParentTableId

      long getParentTableId()
       for a table, the parent_table_id is always 0, sdk could ignore this field
       
      int64 parent_table_id = 4;
      Returns:
      The parentTableId.