Interface RocksDbDatabaseInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string dataDir = 2;
    com.google.protobuf.ByteString
    optional string dataDir = 2;
    optional string dbPath = 3;
    com.google.protobuf.ByteString
    optional string dbPath = 3;
    optional string tablespace = 1;
    com.google.protobuf.ByteString
    optional string tablespace = 1;
    boolean
    optional string dataDir = 2;
    boolean
    optional string dbPath = 3;
    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.
    • hasDataDir

      boolean hasDataDir()
      optional string dataDir = 2;
      Returns:
      Whether the dataDir field is set.
    • getDataDir

      String getDataDir()
      optional string dataDir = 2;
      Returns:
      The dataDir.
    • getDataDirBytes

      com.google.protobuf.ByteString getDataDirBytes()
      optional string dataDir = 2;
      Returns:
      The bytes for dataDir.
    • hasDbPath

      boolean hasDbPath()
      optional string dbPath = 3;
      Returns:
      Whether the dbPath field is set.
    • getDbPath

      String getDbPath()
      optional string dbPath = 3;
      Returns:
      The dbPath.
    • getDbPathBytes

      com.google.protobuf.ByteString getDbPathBytes()
      optional string dbPath = 3;
      Returns:
      The bytes for dbPath.