public class AsyncCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig
CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
className, properties
log
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, toString
getClassName, getProperties, setClassName, setProperties
addChildConfig, addChildConfigs, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, setCache, testImmutability
public 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 PluggableConfigurationComponent
public boolean equals(Object obj)
equals
in class CacheLoaderConfig.IndividualCacheLoaderConfig
public int hashCode()
hashCode
in class CacheLoaderConfig.IndividualCacheLoaderConfig
public AsyncCacheLoaderConfig clone() throws CloneNotSupportedException
clone
in interface CloneableConfigurationComponent
clone
in class CacheLoaderConfig.IndividualCacheLoaderConfig
CloneNotSupportedException
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.