Uses of Class
org.infinispan.configuration.cache.IndexStorage
-
Packages that use IndexStorage Package Description org.infinispan.configuration.cache Cache
configuration -
-
Uses of IndexStorage in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type IndexStorage Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<IndexStorage>
IndexingConfiguration. STORAGE
Methods in org.infinispan.configuration.cache that return IndexStorage Modifier and Type Method Description static IndexStorage
IndexStorage. requireValid(String token, org.infinispan.util.logging.Log logger)
IndexStorage
IndexingConfiguration. storage()
static IndexStorage
IndexStorage. valueOf(String name)
Returns the enum constant of this type with the specified name.static IndexStorage[]
IndexStorage. 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 IndexStorage Modifier and Type Method Description IndexingConfigurationBuilder
IndexingConfigurationBuilder. storage(IndexStorage storage)
IndexingConfigurationBuilder
IndexingConfigurationChildBuilder. storage(IndexStorage storage)
-