Package io.dingodb.meta
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 TypeMethodDescriptionlonggetId()table_index id, this the table_id of the table_indexlongint64 revision = 3;getTableIds(int index) the table_ids is the indexes of this table_indexintthe table_ids is the indexes of this table_indexthe table_ids is the indexes of this table_indexgetTableIdsOrBuilder(int index) the table_ids is the indexes of this table_indexList<? extends Meta.DingoCommonIdOrBuilder>the table_ids is the indexes of this table_indexMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
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.
-