Uses of Class
org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
Packages that use AsyncStoreConfigurationBuilder
-
Uses of AsyncStoreConfigurationBuilder in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache declared as AsyncStoreConfigurationBuilderModifier and TypeFieldDescriptionprotected final AsyncStoreConfigurationBuilder<S>
AbstractStoreConfigurationBuilder.async
Methods in org.infinispan.configuration.cache that return AsyncStoreConfigurationBuilderModifier and TypeMethodDescriptionAbstractStoreConfigurationBuilder.async()
Configuration for the async cache store.AbstractStoreConfigurationChildBuilder.async()
StoreConfigurationChildBuilder.async()
Configuration for the async cache store.AsyncStoreConfigurationBuilder.disable()
AsyncStoreConfigurationBuilder.enable()
If true, all modifications to this cache store happen asynchronously on a separate thread.AsyncStoreConfigurationBuilder.enabled
(boolean enabled) AsyncStoreConfigurationBuilder.failSilently
(boolean failSilently) AsyncStoreConfigurationBuilder.modificationQueueSize
(int i) Sets the size of the modification queue for the async store.AsyncStoreConfigurationBuilder.read
(AsyncStoreConfiguration template) AsyncStoreConfigurationBuilder.threadPoolSize
(int i) Deprecated.since 11.0 with no replacement as the thread pool is no longer used