Package | Description |
---|---|
org.infinispan.configuration.cache |
Classes related to eviction.
|
Modifier and Type | Field and Description |
---|---|
protected AsyncLoaderConfigurationBuilder |
AbstractLoaderConfigurationBuilder.async |
Modifier and Type | Method and Description |
---|---|
AsyncLoaderConfigurationBuilder |
LoaderConfigurationChildBuilder.async() |
AsyncLoaderConfigurationBuilder |
AbstractLoaderConfigurationChildBuilder.async() |
AsyncLoaderConfigurationBuilder |
AbstractLoaderConfigurationBuilder.async()
Configuration for the async cache loader.
|
AsyncLoaderConfigurationBuilder |
AsyncLoaderConfigurationBuilder.disable() |
AsyncLoaderConfigurationBuilder |
AsyncLoaderConfigurationBuilder.enable()
If true, all modifications to this cache store happen asynchronously, on a separate thread.
|
AsyncLoaderConfigurationBuilder |
AsyncLoaderConfigurationBuilder.enabled(boolean enabled) |
AsyncLoaderConfigurationBuilder |
AsyncLoaderConfigurationBuilder.flushLockTimeout(long l)
Timeout to acquire the lock which guards the state to be flushed to the cache store
periodically.
|
AsyncLoaderConfigurationBuilder |
AsyncLoaderConfigurationBuilder.modificationQueueSize(int i)
Sets the size of the modification queue for the async store.
|
AsyncLoaderConfigurationBuilder |
AsyncLoaderConfigurationBuilder.read(AsyncLoaderConfiguration template) |
AsyncLoaderConfigurationBuilder |
AsyncLoaderConfigurationBuilder.shutdownTimeout(long l)
Timeout to stop the cache store.
|
AsyncLoaderConfigurationBuilder |
AsyncLoaderConfigurationBuilder.threadPoolSize(int i)
Size of the thread pool whose threads are responsible for applying the modifications.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.