Uses of Enum Class
org.infinispan.configuration.cache.IndexStartupMode
Packages that use IndexStartupMode
-
Uses of IndexStartupMode in org.infinispan.configuration.cache
Subclasses with type arguments of type IndexStartupMode in org.infinispan.configuration.cacheModifier and TypeClassDescriptionenumAllows to define some mass indexing operations (e.g.: purge or reindex) to trigger when the cache starts.Fields in org.infinispan.configuration.cache with type parameters of type IndexStartupModeModifier and TypeFieldDescriptionstatic final AttributeDefinition<IndexStartupMode> IndexingConfiguration.STARTUP_MODEMethods in org.infinispan.configuration.cache that return IndexStartupModeModifier and TypeMethodDescriptionstatic IndexStartupModeIndexStartupMode.requireValid(String value, org.infinispan.util.logging.Log logger) IndexingConfiguration.startupMode()static IndexStartupModeReturns the enum constant of this class with the specified name.static IndexStartupMode[]IndexStartupMode.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 IndexStartupModeModifier and TypeMethodDescriptionIndexingConfigurationBuilder.startupMode(IndexStartupMode startupMode) IndexingConfigurationChildBuilder.startupMode(IndexStartupMode startupMode)