Uses of Class
org.infinispan.configuration.cache.VersioningScheme
-
Packages that use VersioningScheme Package Description org.infinispan.configuration.cache Cacheconfiguration -
-
Uses of VersioningScheme in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type VersioningScheme Modifier and Type Field Description static AttributeDefinition<VersioningScheme>VersioningConfiguration. SCHEMEDeprecated.Methods in org.infinispan.configuration.cache that return VersioningScheme Modifier and Type Method Description VersioningSchemeVersioningConfiguration. scheme()Deprecated.static VersioningSchemeVersioningScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static VersioningScheme[]VersioningScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.configuration.cache with parameters of type VersioningScheme Modifier and Type Method Description VersioningConfigurationBuilderVersioningConfigurationBuilder. scheme(VersioningScheme scheme)Deprecated.
-