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