Interface Tablespace.ProtoTableDefinitionOrBuilder

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

public static interface Tablespace.ProtoTableDefinitionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getKeyColumnList

      List<Tablespace.TableColumnInfo> getKeyColumnList()
      repeated .TableColumnInfo keyColumn = 2;
    • getKeyColumn

      Tablespace.TableColumnInfo getKeyColumn(int index)
      repeated .TableColumnInfo keyColumn = 2;
    • getKeyColumnCount

      int getKeyColumnCount()
      repeated .TableColumnInfo keyColumn = 2;
    • getKeyColumnOrBuilderList

      List<? extends Tablespace.TableColumnInfoOrBuilder> getKeyColumnOrBuilderList()
      repeated .TableColumnInfo keyColumn = 2;
    • getKeyColumnOrBuilder

      Tablespace.TableColumnInfoOrBuilder getKeyColumnOrBuilder(int index)
      repeated .TableColumnInfo keyColumn = 2;
    • getValueColumnList

      List<Tablespace.TableColumnInfo> getValueColumnList()
      repeated .TableColumnInfo valueColumn = 3;
    • getValueColumn

      Tablespace.TableColumnInfo getValueColumn(int index)
      repeated .TableColumnInfo valueColumn = 3;
    • getValueColumnCount

      int getValueColumnCount()
      repeated .TableColumnInfo valueColumn = 3;
    • getValueColumnOrBuilderList

      List<? extends Tablespace.TableColumnInfoOrBuilder> getValueColumnOrBuilderList()
      repeated .TableColumnInfo valueColumn = 3;
    • getValueColumnOrBuilder

      Tablespace.TableColumnInfoOrBuilder getValueColumnOrBuilder(int index)
      repeated .TableColumnInfo valueColumn = 3;
    • getHistogramColumnList

      List<String> getHistogramColumnList()
      repeated string histogramColumn = 5;
      Returns:
      A list containing the histogramColumn.
    • getHistogramColumnCount

      int getHistogramColumnCount()
      repeated string histogramColumn = 5;
      Returns:
      The count of histogramColumn.
    • getHistogramColumn

      String getHistogramColumn(int index)
      repeated string histogramColumn = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The histogramColumn at the given index.
    • getHistogramColumnBytes

      com.google.protobuf.ByteString getHistogramColumnBytes(int index)
      repeated string histogramColumn = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the histogramColumn at the given index.
    • hasStorageEngine

      boolean hasStorageEngine()
      optional string storageEngine = 6;
      Returns:
      Whether the storageEngine field is set.
    • getStorageEngine

      String getStorageEngine()
      optional string storageEngine = 6;
      Returns:
      The storageEngine.
    • getStorageEngineBytes

      com.google.protobuf.ByteString getStorageEngineBytes()
      optional string storageEngine = 6;
      Returns:
      The bytes for storageEngine.
    • hasFormatVersion

      boolean hasFormatVersion()
      optional int32 formatVersion = 7;
      Returns:
      Whether the formatVersion field is set.
    • getFormatVersion

      int getFormatVersion()
      optional int32 formatVersion = 7;
      Returns:
      The formatVersion.
    • hasTablespace

      boolean hasTablespace()
      optional string tablespace = 8;
      Returns:
      Whether the tablespace field is set.
    • getTablespace

      String getTablespace()
      optional string tablespace = 8;
      Returns:
      The tablespace.
    • getTablespaceBytes

      com.google.protobuf.ByteString getTablespaceBytes()
      optional string tablespace = 8;
      Returns:
      The bytes for tablespace.
    • hasCompressed

      boolean hasCompressed()
      optional bool compressed = 9;
      Returns:
      Whether the compressed field is set.
    • getCompressed

      boolean getCompressed()
      optional bool compressed = 9;
      Returns:
      The compressed.
    • hasPartitioningInfo

      boolean hasPartitioningInfo()
      optional .PartitioningInfo partitioningInfo = 10;
      Returns:
      Whether the partitioningInfo field is set.
    • getPartitioningInfo

      Tablespace.PartitioningInfo getPartitioningInfo()
      optional .PartitioningInfo partitioningInfo = 10;
      Returns:
      The partitioningInfo.
    • getPartitioningInfoOrBuilder

      Tablespace.PartitioningInfoOrBuilder getPartitioningInfoOrBuilder()
      optional .PartitioningInfo partitioningInfo = 10;
    • getSecondaryIndexList

      List<Tablespace.SecondaryIndex> getSecondaryIndexList()
      repeated .SecondaryIndex secondaryIndex = 11;
    • getSecondaryIndex

      Tablespace.SecondaryIndex getSecondaryIndex(int index)
      repeated .SecondaryIndex secondaryIndex = 11;
    • getSecondaryIndexCount

      int getSecondaryIndexCount()
      repeated .SecondaryIndex secondaryIndex = 11;
    • getSecondaryIndexOrBuilderList

      List<? extends Tablespace.SecondaryIndexOrBuilder> getSecondaryIndexOrBuilderList()
      repeated .SecondaryIndex secondaryIndex = 11;
    • getSecondaryIndexOrBuilder

      Tablespace.SecondaryIndexOrBuilder getSecondaryIndexOrBuilder(int index)
      repeated .SecondaryIndex secondaryIndex = 11;
    • hasCfName

      boolean hasCfName()
      optional string cfName = 12;
      Returns:
      Whether the cfName field is set.
    • getCfName

      String getCfName()
      optional string cfName = 12;
      Returns:
      The cfName.
    • getCfNameBytes

      com.google.protobuf.ByteString getCfNameBytes()
      optional string cfName = 12;
      Returns:
      The bytes for cfName.