org.infinispan.loaders.bdbje
Class BdbjeCacheStoreConfig

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by org.infinispan.config.AbstractNamedCacheConfigurationBean
          extended by org.infinispan.config.PluggableConfigurationComponent
              extended by org.infinispan.loaders.AbstractCacheStoreConfig
                  extended by org.infinispan.loaders.bdbje.BdbjeCacheStoreConfig
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent, CacheLoaderConfig, CacheStoreConfig

public class BdbjeCacheStoreConfig
extends AbstractCacheStoreConfig

Configures BdbjeCacheStore. This allows you to tune a number of characteristics of the BdbjeCacheStore.

Please see AbstractCacheStoreConfig for more configuration parameters.

Since:
4.0
Version:
$Id: BdbjeCacheStoreConfig.java 306 2009-05-14 20:32:43Z adriancole $
Author:
Adrian Cole
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.infinispan.loaders.AbstractCacheStoreConfig
cacheLoaderClassName
 
Fields inherited from class org.infinispan.config.PluggableConfigurationComponent
properties
 
Fields inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
cr
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
EMPTY_PROPERTIES, log, overriddenConfigurationElements
 
Constructor Summary
BdbjeCacheStoreConfig()
           
 
Method Summary
 String getCacheDbName()
           
 String getCatalogDbName()
           
 String getExpiryDbName()
           
 String getLocation()
           
 long getLockAcquistionTimeout()
           
 int getMaxTxRetries()
           
 void setCacheDbName(String cacheDbName)
           
 void setCatalogDbName(String catalogDbName)
           
 void setExpiryDbName(String expiryDbName)
           
 void setLocation(String location)
           
 void setLockAcquistionTimeout(long lockAcquistionTimeout)
           
 void setMaxTxRetries(int maxTxRetries)
           
 
Methods inherited from class org.infinispan.loaders.AbstractCacheStoreConfig
clone, equals, equalsExcludingProperties, getAsyncStoreConfig, getCacheLoaderClassName, getSingletonStoreConfig, hashCode, hashCodeExcludingProperties, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, isPurgeSynchronously, setAsyncStoreConfig, setCacheLoaderClassName, setFetchPersistentState, setIgnoreModifications, setPurgeOnStartup, setPurgeSynchronously, setSingletonStoreConfig, toString
 
Methods inherited from class org.infinispan.config.PluggableConfigurationComponent
getProperties, setProperties, setProperties
 
Methods inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
hasComponentStarted
 
Methods inherited from class org.infinispan.config.AbstractConfigurationBean
testImmutability, toTypedProperties, toTypedProperties, uc
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BdbjeCacheStoreConfig

public BdbjeCacheStoreConfig()
Method Detail

getExpiryDbName

public String getExpiryDbName()

setExpiryDbName

public void setExpiryDbName(String expiryDbName)

getMaxTxRetries

public int getMaxTxRetries()

setMaxTxRetries

public void setMaxTxRetries(int maxTxRetries)

getLockAcquistionTimeout

public long getLockAcquistionTimeout()

setLockAcquistionTimeout

public void setLockAcquistionTimeout(long lockAcquistionTimeout)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getCacheDbName

public String getCacheDbName()

setCacheDbName

public void setCacheDbName(String cacheDbName)

getCatalogDbName

public String getCatalogDbName()

setCatalogDbName

public void setCatalogDbName(String catalogDbName)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.