public class JdbmCacheStoreConfig extends LockSupportCacheStoreConfig
JdbmCacheStore
.DEFAULT_CONCURRENCY_LEVEL, DEFAULT_LOCK_ACQUISITION_TIMEOUT
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
cacheLoaderClassName, properties
cr
overriddenConfigurationElements
Constructor and Description |
---|
JdbmCacheStoreConfig() |
Modifier and Type | Method and Description |
---|---|
Comparator<?> |
createComparator()
Returns a new comparator instance based on
setComparatorClassName(String) . |
String |
getComparatorClassName() |
int |
getExpiryQueueSize() |
String |
getLocation() |
void |
setComparatorClassName(String comparatorClassName) |
void |
setExpiryQueueSize(int expiryQueueSize) |
void |
setLocation(String location) |
getLockAcquistionTimeout, getLockConcurrencyLevel, setLockAcquistionTimeout, setLockConcurrencyLevel, 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 String getLocation()
public void setLocation(String location)
public String getComparatorClassName()
public void setComparatorClassName(String comparatorClassName)
public int getExpiryQueueSize()
public void setExpiryQueueSize(int expiryQueueSize)
public Comparator<?> createComparator()
setComparatorClassName(String)
.Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.