Package io.dingodb.meta
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 TypeMethodDescription.dingodb.pb.meta.TableDefinition definition = 2;.dingodb.pb.meta.TableDefinition definition = 2;longgetId()table id, this the table_id of the tablelongfor a table, the parent_table_id is always 0, sdk could ignore this fieldlongint64 schema_id = 3;boolean.dingodb.pb.meta.TableDefinition definition = 2;Methods 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 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.
-