Uses of Class
org.projectnessie.server.config.VersionStoreConfig.VersionStoreType
-
Packages that use VersionStoreConfig.VersionStoreType Package Description org.projectnessie.server.config org.projectnessie.server.providers -
-
Uses of VersionStoreConfig.VersionStoreType in org.projectnessie.server.config
Methods in org.projectnessie.server.config that return VersionStoreConfig.VersionStoreType Modifier and Type Method Description VersionStoreConfig.VersionStoreTypeVersionStoreConfig. getVersionStoreType()static VersionStoreConfig.VersionStoreTypeVersionStoreConfig.VersionStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionStoreConfig.VersionStoreType[]VersionStoreConfig.VersionStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VersionStoreConfig.VersionStoreType in org.projectnessie.server.providers
Methods in org.projectnessie.server.providers that return VersionStoreConfig.VersionStoreType Modifier and Type Method Description VersionStoreConfig.VersionStoreTypeStoreType.Literal. value()VersionStoreConfig.VersionStoreTypevalue()Gets the store type.Constructors in org.projectnessie.server.providers with parameters of type VersionStoreConfig.VersionStoreType Constructor Description Literal(VersionStoreConfig.VersionStoreType value)
-