All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.RocksDbTablespaceInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/archive/rocksdb_service.proto

package org.yamcs.protobuf;

public interface RocksDbTablespaceInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.archive.RocksDbTablespaceInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string name = 1;
   */
  boolean hasName();
  /**
   * optional string name = 1;
   */
  java.lang.String getName();
  /**
   * optional string name = 1;
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * optional string dataDir = 2;
   */
  boolean hasDataDir();
  /**
   * optional string dataDir = 2;
   */
  java.lang.String getDataDir();
  /**
   * optional string dataDir = 2;
   */
  com.google.protobuf.ByteString
      getDataDirBytes();

  /**
   * repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 3;
   */
  java.util.List 
      getDatabasesList();
  /**
   * repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 3;
   */
  org.yamcs.protobuf.RocksDbDatabaseInfo getDatabases(int index);
  /**
   * repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 3;
   */
  int getDatabasesCount();
  /**
   * repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 3;
   */
  java.util.List 
      getDatabasesOrBuilderList();
  /**
   * repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 3;
   */
  org.yamcs.protobuf.RocksDbDatabaseInfoOrBuilder getDatabasesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy