Uses of Enum Class
org.infinispan.configuration.cache.IndexingMode
Packages that use IndexingMode
-
Uses of IndexingMode in org.infinispan.configuration.cache
Subclasses with type arguments of type IndexingMode in org.infinispan.configuration.cacheModifier and TypeClassDescriptionenum
Affects how cache operations will be propagated to the indexes.Fields in org.infinispan.configuration.cache with type parameters of type IndexingModeModifier and TypeFieldDescriptionstatic final AttributeDefinition
<IndexingMode> IndexingConfiguration.INDEXING_MODE
Methods in org.infinispan.configuration.cache that return IndexingModeModifier and TypeMethodDescriptionIndexingConfiguration.indexingMode()
Affects how cache operations will be propagated to the indexes.static IndexingMode
IndexingMode.requireValid
(String value) static IndexingMode
Returns the enum constant of this class with the specified name.static IndexingMode[]
IndexingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.configuration.cache with parameters of type IndexingModeModifier and TypeMethodDescriptionIndexingConfigurationBuilder.indexingMode
(IndexingMode indexingMode) IndexingConfigurationChildBuilder.indexingMode
(IndexingMode indexingMode)