public class SingleFileCacheStoreConfig extends AbstractCacheStoreConfig
SingleFileCacheStore
.
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
cacheLoaderClassName, properties
cr
overriddenConfigurationElements
Constructor and Description |
---|
SingleFileCacheStoreConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getLocation() |
int |
getMaxEntries() |
SingleFileCacheStoreConfig |
location(String location) |
SingleFileCacheStoreConfig |
maxEntries(int maxEntries) |
void |
setLocation(String location) |
void |
setMaxEntries(int maxEntries) |
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, toString
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 SingleFileCacheStoreConfig location(String location)
public int getMaxEntries()
public void setMaxEntries(int maxEntries)
public SingleFileCacheStoreConfig maxEntries(int maxEntries)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.