public class LockSupportCacheStoreConfig extends AbstractCacheStoreConfig
LockSupportCacheStore
.Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_CONCURRENCY_LEVEL |
static int |
DEFAULT_LOCK_ACQUISITION_TIMEOUT |
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
cacheLoaderClassName, properties
cr
overriddenConfigurationElements
Constructor and Description |
---|
LockSupportCacheStoreConfig() |
Modifier and Type | Method and Description |
---|---|
long |
getLockAcquistionTimeout() |
int |
getLockConcurrencyLevel()
Returns number of threads expected to use this class concurrently.
|
void |
setLockAcquistionTimeout(long lockAcquistionTimeout) |
void |
setLockConcurrencyLevel(int lockConcurrencyLevel)
Sets number of threads expected to use this class concurrently.
|
String |
toString() |
accept, asyncStore, clone, equals, equalsExcludingProperties, fetchPersistentState, getAsyncStoreConfig, getPurgerThreads, getSingletonStoreConfig, getTypedProperties, hashCode, hashCodeExcludingProperties, ignoreModifications, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, isPurgeSynchronously, purgeOnStartup, purgerThreads, purgeSynchronously, setAsyncStoreConfig, setFetchPersistentState, setIgnoreModifications, setPurgeOnStartup, setPurgerThreads, setPurgeSynchronously, setSingletonStoreConfig, setTypedProperties, singletonStore
getCacheLoaderClassName, getClassLoader, getProperties, setCacheLoaderClassName, setProperties, setProperties
hasComponentStarted, inject
testImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshall
finalize, getClass, notify, notifyAll, wait, wait, wait
getCacheLoaderClassName, getClassLoader, setCacheLoaderClassName
public static final int DEFAULT_CONCURRENCY_LEVEL
public static final int DEFAULT_LOCK_ACQUISITION_TIMEOUT
public int getLockConcurrencyLevel()
public void setLockConcurrencyLevel(int lockConcurrencyLevel)
public long getLockAcquistionTimeout()
public void setLockAcquistionTimeout(long lockAcquistionTimeout)
public String toString()
toString
in class AbstractCacheStoreConfig
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.