org.infinispan.loader
Class AbstractCacheStoreConfig
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
org.infinispan.config.PluggableConfigurationComponent
org.infinispan.loader.AbstractCacheStoreConfig
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent, CacheLoaderConfig, CacheStoreConfig
- Direct Known Subclasses:
- BdbjeCacheStoreConfig, JdbcMixedCacheStoreConfig, LockSupportCacheStoreConfig
public class AbstractCacheStoreConfig
- extends PluggableConfigurationComponent
- implements CacheStoreConfig
Configures AbstractCacheStore
. This allows you to tune a number of characteristics of the AbstractCacheStore
.
- Since:
- 4.0
- Version:
- $Id: AbstractCacheStoreConfig.java 97 2009-04-08 00:43:27Z manik.surtani@jboss.com $
- Author:
- Mircea.Markus@jboss.com
- See Also:
- Serialized Form
cacheLoaderClassName
protected String cacheLoaderClassName
AbstractCacheStoreConfig
public AbstractCacheStoreConfig()
isPurgeSynchronously
public boolean isPurgeSynchronously()
- Specified by:
isPurgeSynchronously
in interface CacheStoreConfig
setPurgeSynchronously
public void setPurgeSynchronously(boolean purgeSynchronously)
- Specified by:
setPurgeSynchronously
in interface CacheStoreConfig
getCacheLoaderClassName
public String getCacheLoaderClassName()
- Specified by:
getCacheLoaderClassName
in interface CacheLoaderConfig
setCacheLoaderClassName
public void setCacheLoaderClassName(String className)
- Specified by:
setCacheLoaderClassName
in interface CacheLoaderConfig
isPurgeOnStartup
public boolean isPurgeOnStartup()
- Specified by:
isPurgeOnStartup
in interface CacheStoreConfig
isFetchPersistentState
public boolean isFetchPersistentState()
- Specified by:
isFetchPersistentState
in interface CacheStoreConfig
setFetchPersistentState
public void setFetchPersistentState(boolean fetchPersistentState)
- Specified by:
setFetchPersistentState
in interface CacheStoreConfig
setIgnoreModifications
public void setIgnoreModifications(boolean ignoreModifications)
- Specified by:
setIgnoreModifications
in interface CacheStoreConfig
isIgnoreModifications
public boolean isIgnoreModifications()
- Specified by:
isIgnoreModifications
in interface CacheStoreConfig
setPurgeOnStartup
public void setPurgeOnStartup(boolean purgeOnStartup)
- Specified by:
setPurgeOnStartup
in interface CacheStoreConfig
getSingletonStoreConfig
public SingletonStoreConfig getSingletonStoreConfig()
- Specified by:
getSingletonStoreConfig
in interface CacheStoreConfig
setSingletonStoreConfig
public void setSingletonStoreConfig(SingletonStoreConfig singletonStoreConfig)
- Specified by:
setSingletonStoreConfig
in interface CacheStoreConfig
getAsyncStoreConfig
public AsyncStoreConfig getAsyncStoreConfig()
- Specified by:
getAsyncStoreConfig
in interface CacheStoreConfig
setAsyncStoreConfig
public void setAsyncStoreConfig(AsyncStoreConfig asyncStoreConfig)
- Specified by:
setAsyncStoreConfig
in interface CacheStoreConfig
equals
public boolean equals(Object obj)
- Overrides:
equals
in class PluggableConfigurationComponent
equalsExcludingProperties
protected boolean equalsExcludingProperties(Object obj)
hashCode
public int hashCode()
- Overrides:
hashCode
in class PluggableConfigurationComponent
hashCodeExcludingProperties
protected int hashCodeExcludingProperties()
toString
public String toString()
- Overrides:
toString
in class PluggableConfigurationComponent
clone
public AbstractCacheStoreConfig clone()
- Specified by:
clone
in interface CloneableConfigurationComponent
- Specified by:
clone
in interface CacheLoaderConfig
- Overrides:
clone
in class PluggableConfigurationComponent
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.