public class AsyncCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig
CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfigclassName, propertieslog| Constructor and Description |
|---|
AsyncCacheLoaderConfig()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncCacheLoaderConfig |
clone() |
boolean |
equals(Object obj) |
int |
getBatchSize() |
int |
getQueueSize() |
boolean |
getReturnOld() |
int |
getThreadPoolSize() |
boolean |
getUseAsyncPut() |
int |
hashCode() |
void |
setBatchSize(int batchSize) |
void |
setProperties(Properties props) |
void |
setQueueSize(int queueSize) |
void |
setReturnOld(boolean returnOld) |
void |
setThreadPoolSize(int threadPoolSize) |
void |
setUseAsyncPut(boolean useAsyncPut) |
equalsExcludingProperties, getCacheLoader, getSingletonStoreConfig, hashCodeExcludingProperties, isAsync, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, populateFromBaseConfig, setAsync, setCacheLoader, setFetchPersistentState, setIgnoreModifications, setPurgeOnStartup, setSingletonStoreConfig, toStringgetClassName, getProperties, setClassName, setPropertiesaddChildConfig, addChildConfigs, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, setCache, testImmutabilitypublic int getThreadPoolSize()
public void setThreadPoolSize(int threadPoolSize)
public int getBatchSize()
public void setBatchSize(int batchSize)
public int getQueueSize()
public void setQueueSize(int queueSize)
public boolean getReturnOld()
public void setReturnOld(boolean returnOld)
public boolean getUseAsyncPut()
public void setUseAsyncPut(boolean useAsyncPut)
public void setProperties(Properties props)
setProperties in class PluggableConfigurationComponentpublic boolean equals(Object obj)
equals in class CacheLoaderConfig.IndividualCacheLoaderConfigpublic int hashCode()
hashCode in class CacheLoaderConfig.IndividualCacheLoaderConfigpublic AsyncCacheLoaderConfig clone() throws CloneNotSupportedException
clone in interface CloneableConfigurationComponentclone in class CacheLoaderConfig.IndividualCacheLoaderConfigCloneNotSupportedExceptionCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.