org.jboss.cache.loader
Class AsyncCacheLoaderConfig
java.lang.Object
   org.jboss.cache.config.ConfigurationComponent
org.jboss.cache.config.ConfigurationComponent
       org.jboss.cache.config.PluggableConfigurationComponent
org.jboss.cache.config.PluggableConfigurationComponent
           org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
               org.jboss.cache.loader.AsyncCacheLoaderConfig
org.jboss.cache.loader.AsyncCacheLoaderConfig
- All Implemented Interfaces: 
- Serializable, Cloneable, CloneableConfigurationComponent
- public class AsyncCacheLoaderConfig 
- extends CacheLoaderConfig.IndividualCacheLoaderConfig
- See Also:
- Serialized Form
 
 
 
 
 
 
 
| Methods inherited from class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig | 
| equalsExcludingProperties, getCacheLoader, getSingletonStoreConfig, hashCodeExcludingProperties, isAsync, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, populateFromBaseConfig, setAsync, setCacheLoader, setFetchPersistentState, setIgnoreModifications, setPurgeOnStartup, setSingletonStoreConfig, toString | 
 
 
 
 
AsyncCacheLoaderConfig
public AsyncCacheLoaderConfig()
- Default constructor.
 
getThreadPoolSize
public int getThreadPoolSize()
- 
 
setThreadPoolSize
public void setThreadPoolSize(int threadPoolSize)
- 
 
getBatchSize
public int getBatchSize()
- 
 
setBatchSize
public void setBatchSize(int batchSize)
- 
 
getQueueSize
public int getQueueSize()
- 
 
setQueueSize
public void setQueueSize(int queueSize)
- 
 
getReturnOld
public boolean getReturnOld()
- 
 
setReturnOld
public void setReturnOld(boolean returnOld)
- 
 
getUseAsyncPut
public boolean getUseAsyncPut()
- 
 
setUseAsyncPut
public void setUseAsyncPut(boolean useAsyncPut)
- 
 
setProperties
public void setProperties(Properties props)
- 
- Overrides:
- setPropertiesin class- PluggableConfigurationComponent
 
- 
 
equals
public boolean equals(Object obj)
- 
- Overrides:
- equalsin class- CacheLoaderConfig.IndividualCacheLoaderConfig
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- CacheLoaderConfig.IndividualCacheLoaderConfig
 
- 
 
clone
public AsyncCacheLoaderConfig clone()
                             throws CloneNotSupportedException
- 
- Specified by:
- clonein interface- CloneableConfigurationComponent
- Overrides:
- clonein class- CacheLoaderConfig.IndividualCacheLoaderConfig
 
- 
- Throws:
- CloneNotSupportedException
 
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.