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:
- Serialized Form
AsyncStoreConfig
public AsyncStoreConfig()
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
getThreadPoolSize
public int getThreadPoolSize()
setThreadPoolSize
public void setThreadPoolSize(int threadPoolSize)
getMapLockTimeout
public long getMapLockTimeout()
setMapLockTimeout
public void setMapLockTimeout(long stateLockTimeout)
clone
public AsyncStoreConfig clone()
- Specified by:
clone
in interface CloneableConfigurationComponent
- Overrides:
clone
in class AbstractNamedCacheConfigurationBean
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.