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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDataDir()
      optional string dataDir = 2;
      com.google.protobuf.ByteString getDataDirBytes()
      optional string dataDir = 2;
      String getDbPath()
      optional string dbPath = 3;
      com.google.protobuf.ByteString getDbPathBytes()
      optional string dbPath = 3;
      String getTablespace()
      optional string tablespace = 1;
      com.google.protobuf.ByteString getTablespaceBytes()
      optional string tablespace = 1;
      boolean hasDataDir()
      optional string dataDir = 2;
      boolean hasDbPath()
      optional string dbPath = 3;
      boolean hasTablespace()
      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 Detail

      • hasTablespace

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

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

        com.google.protobuf.ByteString getTablespaceBytes()
        optional string tablespace = 1;
      • hasDataDir

        boolean hasDataDir()
        optional string dataDir = 2;
      • getDataDir

        String getDataDir()
        optional string dataDir = 2;
      • getDataDirBytes

        com.google.protobuf.ByteString getDataDirBytes()
        optional string dataDir = 2;
      • hasDbPath

        boolean hasDbPath()
        optional string dbPath = 3;
      • getDbPath

        String getDbPath()
        optional string dbPath = 3;
      • getDbPathBytes

        com.google.protobuf.ByteString getDbPathBytes()
        optional string dbPath = 3;