Package org.projectnessie.server.config
Interface JGitVersionStoreConfig
-
@ConfigMapping(prefix="nessie.version.store.jgit") public interface JGitVersionStoreConfigJGit version store configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classJGitVersionStoreConfig.JGitStoreType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>getJgitDirectory()JGitVersionStoreConfig.JGitStoreTypegetJgitStoreType()
-
-
-
Method Detail
-
getJgitStoreType
@WithName("type") @WithDefault("INMEMORY") JGitVersionStoreConfig.JGitStoreType getJgitStoreType()
-
-