Uses of Enum
org.infinispan.configuration.cache.IndexStorage
Packages that use IndexStorage
-
Uses of IndexStorage in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type IndexStorageModifier and TypeFieldDescriptionstatic final AttributeDefinition
<IndexStorage> IndexingConfiguration.STORAGE
Methods in org.infinispan.configuration.cache that return IndexStorageModifier and TypeMethodDescriptionstatic IndexStorage
IndexStorage.requireValid
(String token, org.infinispan.util.logging.Log logger) IndexingConfiguration.storage()
static IndexStorage
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 IndexStorageModifier and TypeMethodDescriptionIndexingConfigurationBuilder.storage
(IndexStorage storage) IndexingConfigurationChildBuilder.storage
(IndexStorage storage)