Package org.projectnessie.server.config
Interface VersionStoreConfig.RocksVersionStoreConfig
-
- Enclosing interface:
- VersionStoreConfig
@ConfigMapping(prefix="nessie.version.store.rocks") public static interface VersionStoreConfig.RocksVersionStoreConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDbPath()
-
-
-
Method Detail
-
getDbPath
@WithName("db-path") @WithDefault("/tmp/nessie-rocksdb") String getDbPath()
-
-