Interface Tablespace.ProtoTableDefinitionOrBuilder

    • Method Detail

      • getKeyColumnCount

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

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

        List<String> getHistogramColumnList()
        repeated string histogramColumn = 5;
      • getHistogramColumnCount

        int getHistogramColumnCount()
        repeated string histogramColumn = 5;
      • getHistogramColumn

        String getHistogramColumn​(int index)
        repeated string histogramColumn = 5;
      • getHistogramColumnBytes

        com.google.protobuf.ByteString getHistogramColumnBytes​(int index)
        repeated string histogramColumn = 5;
      • hasStorageEngine

        boolean hasStorageEngine()
        optional string storageEngine = 6;
      • getStorageEngine

        String getStorageEngine()
        optional string storageEngine = 6;
      • getStorageEngineBytes

        com.google.protobuf.ByteString getStorageEngineBytes()
        optional string storageEngine = 6;
      • hasFormatVersion

        boolean hasFormatVersion()
        optional int32 formatVersion = 7;
      • getFormatVersion

        int getFormatVersion()
        optional int32 formatVersion = 7;
      • hasTablespace

        boolean hasTablespace()
        optional string tablespace = 8;
      • getTablespace

        String getTablespace()
        optional string tablespace = 8;
      • getTablespaceBytes

        com.google.protobuf.ByteString getTablespaceBytes()
        optional string tablespace = 8;
      • hasCompressed

        boolean hasCompressed()
        optional bool compressed = 9;
      • getCompressed

        boolean getCompressed()
        optional bool compressed = 9;
      • hasPartitioningInfo

        boolean hasPartitioningInfo()
        optional .PartitioningInfo partitioningInfo = 10;
      • getSecondaryIndex

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

        int getSecondaryIndexCount()
        repeated .SecondaryIndex secondaryIndex = 11;