Package org.yamcs.protobuf
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 StringgetDataDir()optional string dataDir = 2;com.google.protobuf.ByteStringgetDataDirBytes()optional string dataDir = 2;StringgetDbPath()optional string dbPath = 3;com.google.protobuf.ByteStringgetDbPathBytes()optional string dbPath = 3;StringgetTablespace()optional string tablespace = 1;com.google.protobuf.ByteStringgetTablespaceBytes()optional string tablespace = 1;booleanhasDataDir()optional string dataDir = 2;booleanhasDbPath()optional string dbPath = 3;booleanhasTablespace()optional string tablespace = 1;-
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;
-
-