Uses of Enum Class
org.infinispan.configuration.cache.IndexingMode
Packages that use IndexingMode
-
Uses of IndexingMode in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type IndexingModeModifier and TypeFieldDescriptionstatic final AttributeDefinition<IndexingMode> IndexingConfiguration.INDEXING_MODEMethods in org.infinispan.configuration.cache that return IndexingModeModifier and TypeMethodDescriptionIndexingConfiguration.indexingMode()Affects how cache operations will be propagated to the indexes.static IndexingModeIndexingMode.requireValid(String value) static IndexingModeReturns 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)