Interface Table.TableInfoOrBuilder

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

public static interface Table.TableInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasName

      boolean hasName()
       Table name
       
      optional string name = 1;
      Returns:
      Whether the name field is set.
    • getName

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

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

      List<Table.ColumnInfo> getKeyColumnList()
      repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
    • getKeyColumn

      Table.ColumnInfo getKeyColumn(int index)
      repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
    • getKeyColumnCount

      int getKeyColumnCount()
      repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
    • getKeyColumnOrBuilderList

      List<? extends Table.ColumnInfoOrBuilder> getKeyColumnOrBuilderList()
      repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
    • getKeyColumnOrBuilder

      Table.ColumnInfoOrBuilder getKeyColumnOrBuilder(int index)
      repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
    • getValueColumnList

      List<Table.ColumnInfo> getValueColumnList()
      repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
    • getValueColumn

      Table.ColumnInfo getValueColumn(int index)
      repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
    • getValueColumnCount

      int getValueColumnCount()
      repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
    • getValueColumnOrBuilderList

      List<? extends Table.ColumnInfoOrBuilder> getValueColumnOrBuilderList()
      repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
    • getValueColumnOrBuilder

      Table.ColumnInfoOrBuilder getValueColumnOrBuilder(int index)
      repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
    • hasScript

      boolean hasScript()
      optional string script = 4;
      Returns:
      Whether the script field is set.
    • getScript

      String getScript()
      optional string script = 4;
      Returns:
      The script.
    • getScriptBytes

      com.google.protobuf.ByteString getScriptBytes()
      optional string script = 4;
      Returns:
      The bytes for script.
    • 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 .yamcs.protobuf.table.PartitioningInfo partitioningInfo = 10;
      Returns:
      Whether the partitioningInfo field is set.
    • getPartitioningInfo

      Table.PartitioningInfo getPartitioningInfo()
      optional .yamcs.protobuf.table.PartitioningInfo partitioningInfo = 10;
      Returns:
      The partitioningInfo.
    • getPartitioningInfoOrBuilder

      Table.PartitioningInfoOrBuilder getPartitioningInfoOrBuilder()
      optional .yamcs.protobuf.table.PartitioningInfo partitioningInfo = 10;