Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.loaders |
This package contains loaders and stores, which are used for overflow or persistence.
|
org.infinispan.loaders.decorators |
This package contains loaders and stores, which are used for overflow or persistence.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeoutConfigurationValidatingVisitor.visitAsyncStoreConfig(AsyncStoreConfig bean) |
void |
DelegatingConfigurationVisitor.visitAsyncStoreConfig(AsyncStoreConfig bean) |
void |
ConfigurationBeanVisitor.visitAsyncStoreConfig(AsyncStoreConfig bean) |
void |
AbstractConfigurationBeanVisitor.visitAsyncStoreConfig(AsyncStoreConfig bean) |
Modifier and Type | Field and Description |
---|---|
protected AsyncStoreConfig |
AbstractCacheStoreConfig.async |
Modifier and Type | Method and Description |
---|---|
AsyncStoreConfig |
CacheStoreConfig.asyncStore() |
AsyncStoreConfig |
AbstractCacheStoreConfig.asyncStore() |
AsyncStoreConfig |
CacheStoreConfig.getAsyncStoreConfig() |
AsyncStoreConfig |
AbstractCacheStoreConfig.getAsyncStoreConfig() |
Modifier and Type | Method and Description |
---|---|
void |
CacheStoreConfig.setAsyncStoreConfig(AsyncStoreConfig asyncStoreConfig)
Deprecated.
use
CacheStoreConfig.asyncStore() instead |
void |
AbstractCacheStoreConfig.setAsyncStoreConfig(AsyncStoreConfig asyncStoreConfig) |
Modifier and Type | Method and Description |
---|---|
AsyncStoreConfig |
AbstractDecoratorConfigurationBean.asyncStore() |
AsyncStoreConfig |
AsyncStoreConfig.clone() |
AsyncStoreConfig |
AsyncStoreConfig.flushLockTimeout(Long stateLockTimeout)
Timeout to acquire the lock which guards the state to be flushed to the cache store
periodically.
|
AsyncStoreConfig |
AbstractDecoratorConfigurationBean.getAsyncStoreConfig() |
AsyncStoreConfig |
AsyncStoreConfig.modificationQueueSize(Integer modificationQueueSize) |
AsyncStoreConfig |
AsyncStoreConfig.setFlushLockTimeout(Long stateLockTimeout)
Deprecated.
The visibility of this method will be reduced. Use
flushLockTimeout(Long) instead. |
AsyncStoreConfig |
AsyncStoreConfig.shutdownTimeout(Long shutdownTimeout)
Timeout to stop the cache store.
|
AsyncStoreConfig |
AsyncStoreConfig.threadPoolSize(Integer threadPoolSize)
Size of the thread pool whose threads are responsible for applying the modifications.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDecoratorConfigurationBean.setAsyncStoreConfig(AsyncStoreConfig asyncStoreConfig) |
Constructor and Description |
---|
AsyncStore(CacheStore delegate,
AsyncStoreConfig asyncStoreConfig) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.