Interface Meta.TableDefinitionOrBuilder

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

public static interface Meta.TableDefinitionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

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

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

      int getVersion()
      uint32 version = 2;
      Returns:
      The version.
    • getTtl

      long getTtl()
      int64 ttl = 3;
      Returns:
      The ttl.
    • getAutoIncrement

      long getAutoIncrement()
      int64 auto_increment = 4;
      Returns:
      The autoIncrement.
    • getCreateSql

      String getCreateSql()
      string create_sql = 5;
      Returns:
      The createSql.
    • getCreateSqlBytes

      com.google.protobuf.ByteString getCreateSqlBytes()
      string create_sql = 5;
      Returns:
      The bytes for createSql.
    • getCharset

      String getCharset()
      string charset = 6;
      Returns:
      The charset.
    • getCharsetBytes

      com.google.protobuf.ByteString getCharsetBytes()
      string charset = 6;
      Returns:
      The bytes for charset.
    • getCollate

      String getCollate()
      string collate = 7;
      Returns:
      The collate.
    • getCollateBytes

      com.google.protobuf.ByteString getCollateBytes()
      string collate = 7;
      Returns:
      The bytes for collate.
    • hasTablePartition

      boolean hasTablePartition()
      .dingodb.pb.meta.PartitionRule table_partition = 20;
      Returns:
      Whether the tablePartition field is set.
    • getTablePartition

      Meta.PartitionRule getTablePartition()
      .dingodb.pb.meta.PartitionRule table_partition = 20;
      Returns:
      The tablePartition.
    • getTablePartitionOrBuilder

      Meta.PartitionRuleOrBuilder getTablePartitionOrBuilder()
      .dingodb.pb.meta.PartitionRule table_partition = 20;
    • getReplica

      int getReplica()
      uint32 replica = 21;
      Returns:
      The replica.
    • getEngineValue

      int getEngineValue()
      .dingodb.pb.common.Engine engine = 22;
      Returns:
      The enum numeric value on the wire for engine.
    • getEngine

      Common.Engine getEngine()
      .dingodb.pb.common.Engine engine = 22;
      Returns:
      The engine.
    • getStoreEngineValue

      int getStoreEngineValue()
      .dingodb.pb.common.StorageEngine store_engine = 23;
      Returns:
      The enum numeric value on the wire for storeEngine.
    • getStoreEngine

      Common.StorageEngine getStoreEngine()
      .dingodb.pb.common.StorageEngine store_engine = 23;
      Returns:
      The storeEngine.
    • getColumnsList

      List<Meta.ColumnDefinition> getColumnsList()
      repeated .dingodb.pb.meta.ColumnDefinition columns = 30;
    • getColumns

      Meta.ColumnDefinition getColumns(int index)
      repeated .dingodb.pb.meta.ColumnDefinition columns = 30;
    • getColumnsCount

      int getColumnsCount()
      repeated .dingodb.pb.meta.ColumnDefinition columns = 30;
    • getColumnsOrBuilderList

      List<? extends Meta.ColumnDefinitionOrBuilder> getColumnsOrBuilderList()
      repeated .dingodb.pb.meta.ColumnDefinition columns = 30;
    • getColumnsOrBuilder

      Meta.ColumnDefinitionOrBuilder getColumnsOrBuilder(int index)
      repeated .dingodb.pb.meta.ColumnDefinition columns = 30;
    • getPropertiesCount

      int getPropertiesCount()
      map<string, string> properties = 40;
    • containsProperties

      boolean containsProperties(String key)
      map<string, string> properties = 40;
    • getProperties

      @Deprecated Map<String,String> getProperties()
      Deprecated.
      Use getPropertiesMap() instead.
    • getPropertiesMap

      Map<String,String> getPropertiesMap()
      map<string, string> properties = 40;
    • getPropertiesOrDefault

      String getPropertiesOrDefault(String key, String defaultValue)
      map<string, string> properties = 40;
    • getPropertiesOrThrow

      String getPropertiesOrThrow(String key)
      map<string, string> properties = 40;
    • hasIndexParameter

      boolean hasIndexParameter()
       for index
       
      .dingodb.pb.common.IndexParameter index_parameter = 41;
      Returns:
      Whether the indexParameter field is set.
    • getIndexParameter

      Common.IndexParameter getIndexParameter()
       for index
       
      .dingodb.pb.common.IndexParameter index_parameter = 41;
      Returns:
      The indexParameter.
    • getIndexParameterOrBuilder

      Common.IndexParameterOrBuilder getIndexParameterOrBuilder()
       for index
       
      .dingodb.pb.common.IndexParameter index_parameter = 41;
    • getCreateTimestamp

      long getCreateTimestamp()
      int64 create_timestamp = 51;
      Returns:
      The createTimestamp.
    • getUpdateTimestamp

      long getUpdateTimestamp()
      int64 update_timestamp = 52;
      Returns:
      The updateTimestamp.
    • getDeleteTimestamp

      long getDeleteTimestamp()
      int64 delete_timestamp = 53;
      Returns:
      The deleteTimestamp.
    • getComment

      String getComment()
      string comment = 60;
      Returns:
      The comment.
    • getCommentBytes

      com.google.protobuf.ByteString getCommentBytes()
      string comment = 60;
      Returns:
      The bytes for comment.
    • getTableType

      String getTableType()
      string table_type = 61;
      Returns:
      The tableType.
    • getTableTypeBytes

      com.google.protobuf.ByteString getTableTypeBytes()
      string table_type = 61;
      Returns:
      The bytes for tableType.
    • getRowFormat

      String getRowFormat()
      string row_format = 62;
      Returns:
      The rowFormat.
    • getRowFormatBytes

      com.google.protobuf.ByteString getRowFormatBytes()
      string row_format = 62;
      Returns:
      The bytes for rowFormat.
    • getSchemaStateValue

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

      Common.SchemaState getSchemaState()
      .dingodb.pb.common.SchemaState schemaState = 63;
      Returns:
      The schemaState.
    • getVisible

      boolean getVisible()
      bool visible = 64;
      Returns:
      The visible.
    • getCodecVersion

      int getCodecVersion()
      uint32 codec_version = 65;
      Returns:
      The codecVersion.
    • getRevision

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