org.infinispan.loaders
Class LockSupportCacheStoreConfig
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
org.infinispan.config.PluggableConfigurationComponent
org.infinispan.loaders.AbstractCacheLoaderConfig
org.infinispan.loaders.AbstractCacheStoreConfig
org.infinispan.loaders.LockSupportCacheStoreConfig
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent, CacheLoaderConfig, CacheStoreConfig
- Direct Known Subclasses:
- CloudCacheStoreConfig, FileCacheStoreConfig, JdbcBinaryCacheStoreConfig, JdbcStringBasedCacheStoreConfig, JdbmCacheStoreConfig
public class LockSupportCacheStoreConfig
- extends AbstractCacheStoreConfig
Adds configuration support for LockSupportCacheStore
.
- Author:
- Mircea.Markus@jboss.com
- See Also:
- Serialized Form
Methods inherited from class org.infinispan.loaders.AbstractCacheStoreConfig |
accept, clone, equals, equalsExcludingProperties, getAsyncStoreConfig, getPurgerThreads, getSingletonStoreConfig, hashCode, hashCodeExcludingProperties, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, isPurgeSynchronously, setAsyncStoreConfig, setFetchPersistentState, setIgnoreModifications, setPurgeOnStartup, setPurgerThreads, setPurgeSynchronously, setSingletonStoreConfig, toString |
DEFAULT_CONCURRENCY_LEVEL
public static final int DEFAULT_CONCURRENCY_LEVEL
- See Also:
- Constant Field Values
DEFAULT_LOCK_ACQUISITION_TIMEOUT
public static final int DEFAULT_LOCK_ACQUISITION_TIMEOUT
- See Also:
- Constant Field Values
LockSupportCacheStoreConfig
public LockSupportCacheStoreConfig()
getLockConcurrencyLevel
public int getLockConcurrencyLevel()
- Returns number of threads expected to use this class concurrently.
setLockConcurrencyLevel
public void setLockConcurrencyLevel(int lockConcurrencyLevel)
- Sets number of threads expected to use this class concurrently.
getLockAcquistionTimeout
public long getLockAcquistionTimeout()
setLockAcquistionTimeout
public void setLockAcquistionTimeout(long lockAcquistionTimeout)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.