org.infinispan.loaders
Interface CacheStoreConfig

All Superinterfaces:
CacheLoaderConfig, Cloneable
All Known Implementing Classes:
AbstractCacheStoreConfig, BdbjeCacheStoreConfig, FileCacheStoreConfig, JdbcBinaryCacheStoreConfig, JdbcMixedCacheStoreConfig, JdbcStringBasedCacheStoreConfig, JdbmCacheStoreConfig, LockSupportCacheStoreConfig, S3CacheStoreConfig

public interface CacheStoreConfig
extends CacheLoaderConfig, Cloneable

Defines config elements for all CacheStoreConfigs.

Author:
Mircea.Markus@jboss.com

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
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)

Google Analytics

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