Interface Meta.MetaEventTableIndexOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    table_index id, this the table_id of the table_index
    long
    int64 revision = 3;
    getTableIds(int index)
    the table_ids is the indexes of this table_index
    int
    the table_ids is the indexes of this table_index
    the table_ids is the indexes of this table_index
    the table_ids is the indexes of this table_index
    the table_ids is the indexes of this table_index

    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_index id, this the table_id of the table_index
       
      int64 id = 1;
      Returns:
      The id.
    • getTableIdsList

      List<Meta.DingoCommonId> getTableIdsList()
       the table_ids is the indexes of this table_index
       
      repeated .dingodb.pb.meta.DingoCommonId table_ids = 2;
    • getTableIds

      Meta.DingoCommonId getTableIds(int index)
       the table_ids is the indexes of this table_index
       
      repeated .dingodb.pb.meta.DingoCommonId table_ids = 2;
    • getTableIdsCount

      int getTableIdsCount()
       the table_ids is the indexes of this table_index
       
      repeated .dingodb.pb.meta.DingoCommonId table_ids = 2;
    • getTableIdsOrBuilderList

      List<? extends Meta.DingoCommonIdOrBuilder> getTableIdsOrBuilderList()
       the table_ids is the indexes of this table_index
       
      repeated .dingodb.pb.meta.DingoCommonId table_ids = 2;
    • getTableIdsOrBuilder

      Meta.DingoCommonIdOrBuilder getTableIdsOrBuilder(int index)
       the table_ids is the indexes of this table_index
       
      repeated .dingodb.pb.meta.DingoCommonId table_ids = 2;
    • getRevision

      long getRevision()
      int64 revision = 3;
      Returns:
      The revision.