org.infinispan.loaders
Interface CacheStoreConfig

All Superinterfaces:
CacheLoaderConfig, Cloneable, Serializable
All Known Implementing Classes:
AbstractCacheStoreConfig, AbstractJdbcCacheStoreConfig, AbstractNonDelegatingJdbcCacheStoreConfig, BdbjeCacheStoreConfig, CassandraCacheStoreConfig, CloudCacheStoreConfig, FileCacheStoreConfig, JdbcBinaryCacheStoreConfig, JdbcMixedCacheStoreConfig, JdbcStringBasedCacheStoreConfig, JdbmCacheStoreConfig, LockSupportCacheStoreConfig, RemoteCacheStoreConfig

public interface CacheStoreConfig
extends CacheLoaderConfig, Cloneable

Defines config elements for all CacheStoreConfigs.

Author:
Mircea.Markus@jboss.com, Vladimir Blagojevic

Method Summary
 AsyncStoreConfig getAsyncStoreConfig()
           
 SingletonStoreConfig getSingletonStoreConfig()
           
 Boolean isFetchPersistentState()
           
 Boolean isIgnoreModifications()
           
 Boolean isPurgeOnStartup()
           
 Boolean isPurgeSynchronously()
           
 void setAsyncStoreConfig(AsyncStoreConfig asyncStoreConfig)
           
 void setFetchPersistentState(Boolean fetchPersistentState)
           
 void setIgnoreModifications(Boolean ignoreModifications)
           
 void setPurgeOnStartup(Boolean purgeOnStartup)
           
 void setPurgeSynchronously(Boolean purgeSynchronously)
           
 void setSingletonStoreConfig(SingletonStoreConfig singletonStoreConfig)
           
 
Methods inherited from interface org.infinispan.loaders.CacheLoaderConfig
accept, clone, getCacheLoaderClassName, setCacheLoaderClassName
 

Method Detail

isPurgeOnStartup

Boolean isPurgeOnStartup()

isFetchPersistentState

Boolean isFetchPersistentState()

setFetchPersistentState

void setFetchPersistentState(Boolean fetchPersistentState)

setIgnoreModifications

void setIgnoreModifications(Boolean ignoreModifications)

isIgnoreModifications

Boolean isIgnoreModifications()

setPurgeOnStartup

void setPurgeOnStartup(Boolean purgeOnStartup)

getSingletonStoreConfig

SingletonStoreConfig getSingletonStoreConfig()

setSingletonStoreConfig

void setSingletonStoreConfig(SingletonStoreConfig singletonStoreConfig)

getAsyncStoreConfig

AsyncStoreConfig getAsyncStoreConfig()

setAsyncStoreConfig

void setAsyncStoreConfig(AsyncStoreConfig asyncStoreConfig)

isPurgeSynchronously

Boolean isPurgeSynchronously()

setPurgeSynchronously

void setPurgeSynchronously(Boolean purgeSynchronously)


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