org.infinispan.loaders.decorators
Class AsyncStoreConfig
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
org.infinispan.loaders.decorators.AsyncStoreConfig
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent
public class AsyncStoreConfig
- extends AbstractNamedCacheConfigurationBean
Configuration for the async cache loader
Note that class AsyncStoreConfig contains JAXB annotations. These annotations determine how XML
configuration files are read into instances of configuration class hierarchy as well as they
provide meta data for configuration file XML schema generation. Please modify these annotations
and Java element types they annotate with utmost understanding and care.
- Since:
- 4.0
- Author:
- Manik Surtani, Vladimir Blagojevic
- See Also:
- Configuration reference,
Serialized Form
enabled
protected Boolean enabled
threadPoolSize
protected Integer threadPoolSize
flushLockTimeout
@Dynamic
protected Long flushLockTimeout
AsyncStoreConfig
public AsyncStoreConfig()
isEnabled
public Boolean isEnabled()
setEnabled
public void setEnabled(Boolean enabled)
getThreadPoolSize
public Integer getThreadPoolSize()
setThreadPoolSize
public void setThreadPoolSize(Integer threadPoolSize)
getFlushLockTimeout
public Long getFlushLockTimeout()
setFlushLockTimeout
public void setFlushLockTimeout(Long stateLockTimeout)
clone
public AsyncStoreConfig clone()
- Specified by:
clone
in interface CloneableConfigurationComponent
- Overrides:
clone
in class AbstractNamedCacheConfigurationBean
accept
public void accept(ConfigurationBeanVisitor v)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.