Interface CompactDatabaseRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CompactDatabaseRequest, CompactDatabaseRequest.Builder

public interface CompactDatabaseRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Column Family Name Starting with Yamcs 5.9.0 the following column families are used: _metadata_ - stores informationa about tables, partitions rt_data - stores the tm, pp and events tables parameter_archive - stores the parameter archive default - stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets,...
    com.google.protobuf.ByteString
    Column Family Name Starting with Yamcs 5.9.0 the following column families are used: _metadata_ - stores informationa about tables, partitions rt_data - stores the tm, pp and events tables parameter_archive - stores the parameter archive default - stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets,...
    optional string dbpath = 2;
    com.google.protobuf.ByteString
    optional string dbpath = 2;
    optional string tablespace = 1;
    com.google.protobuf.ByteString
    optional string tablespace = 1;
    boolean
    Column Family Name Starting with Yamcs 5.9.0 the following column families are used: _metadata_ - stores informationa about tables, partitions rt_data - stores the tm, pp and events tables parameter_archive - stores the parameter archive default - stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets,...
    boolean
    optional string dbpath = 2;
    boolean
    optional string tablespace = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasTablespace

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

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

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

      boolean hasDbpath()
      optional string dbpath = 2;
      Returns:
      Whether the dbpath field is set.
    • getDbpath

      String getDbpath()
      optional string dbpath = 2;
      Returns:
      The dbpath.
    • getDbpathBytes

      com.google.protobuf.ByteString getDbpathBytes()
      optional string dbpath = 2;
      Returns:
      The bytes for dbpath.
    • hasCfname

      boolean hasCfname()
       Column Family Name
       Starting with Yamcs 5.9.0 the following column families are used:
       _metadata_ - stores informationa about tables, partitions
       rt_data - stores the tm, pp and events tables
       parameter_archive - stores the parameter archive
       default - stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets,...
       
      optional string cfname = 3;
      Returns:
      Whether the cfname field is set.
    • getCfname

      String getCfname()
       Column Family Name
       Starting with Yamcs 5.9.0 the following column families are used:
       _metadata_ - stores informationa about tables, partitions
       rt_data - stores the tm, pp and events tables
       parameter_archive - stores the parameter archive
       default - stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets,...
       
      optional string cfname = 3;
      Returns:
      The cfname.
    • getCfnameBytes

      com.google.protobuf.ByteString getCfnameBytes()
       Column Family Name
       Starting with Yamcs 5.9.0 the following column families are used:
       _metadata_ - stores informationa about tables, partitions
       rt_data - stores the tm, pp and events tables
       parameter_archive - stores the parameter archive
       default - stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets,...
       
      optional string cfname = 3;
      Returns:
      The bytes for cfname.