org.teiid.cache.jboss
Class TupleBatchCacheLoaderConfig

java.lang.Object
  extended by org.jboss.cache.config.ConfigurationComponent
      extended by org.jboss.cache.config.PluggableConfigurationComponent
          extended by org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
              extended by org.teiid.cache.jboss.TupleBatchCacheLoaderConfig
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.jboss.cache.config.CloneableConfigurationComponent

public class TupleBatchCacheLoaderConfig
extends org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 
Field Summary
 
Fields inherited from class org.jboss.cache.config.PluggableConfigurationComponent
className, properties
 
Fields inherited from class org.jboss.cache.config.ConfigurationComponent
log
 
Constructor Summary
TupleBatchCacheLoaderConfig()
           
TupleBatchCacheLoaderConfig(org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig config)
           
 
Method Summary
 BufferService getBufferService()
           
 long getTimeout()
           
 void setBufferService(BufferService service)
           
 void setTimeout(long timeout)
           
 
Methods inherited from class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
clone, equals, equalsExcludingProperties, getCacheLoader, getSingletonStoreConfig, hashCode, hashCodeExcludingProperties, isAsync, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, populateFromBaseConfig, setAsync, setCacheLoader, setFetchPersistentState, setIgnoreModifications, setPurgeOnStartup, setSingletonStoreConfig, toString
 
Methods inherited from class org.jboss.cache.config.PluggableConfigurationComponent
getClassName, getProperties, setClassName, setProperties, setProperties
 
Methods inherited from class org.jboss.cache.config.ConfigurationComponent
addChildConfig, addChildConfigs, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, setCache, testImmutability
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TupleBatchCacheLoaderConfig

public TupleBatchCacheLoaderConfig()

TupleBatchCacheLoaderConfig

public TupleBatchCacheLoaderConfig(org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig config)
Method Detail

getTimeout

public long getTimeout()

setTimeout

public void setTimeout(long timeout)

setBufferService

public void setBufferService(BufferService service)

getBufferService

public BufferService getBufferService()


Copyright © 2010. All Rights Reserved.