Uses of Class
com.dremio.nessie.server.config.converters.JGitStoreType
-
Packages that use JGitStoreType Package Description com.dremio.nessie.server.config com.dremio.nessie.server.config.converters -
-
Uses of JGitStoreType in com.dremio.nessie.server.config
Methods in com.dremio.nessie.server.config that return JGitStoreType Modifier and Type Method Description JGitStoreTypeApplicationConfig.VersionStoreJGitConfig. getJgitStoreType() -
Uses of JGitStoreType in com.dremio.nessie.server.config.converters
Methods in com.dremio.nessie.server.config.converters that return JGitStoreType Modifier and Type Method Description static JGitStoreTypeJGitStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static JGitStoreType[]JGitStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-