Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.loaders.CacheStoreConfig

Packages that use CacheStoreConfig
org.infinispan.configuration.cache Classes related to eviction. 
org.infinispan.loaders This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.loaders.file Simple filesystem-based CacheStore implementation. 
org.infinispan.loaders.jdbc This package contains a CacheStore implementation based on a JDBC database connection. 
org.infinispan.loaders.jdbc.binary This JDBC CacheStore implementation is optimized for storing binary (non-String) keys in the cache. 
org.infinispan.loaders.jdbc.mixed This is a delegating CacheStore implementation that delegates either to a binary or String based JDBC cache store depending on the key used. 
org.infinispan.loaders.jdbc.stringbased This JDBC CacheStore implementation is optimized for storing String keys in the cache. 
org.infinispan.loaders.remote   
 

Uses of CacheStoreConfig in org.infinispan.configuration.cache
 

Methods in org.infinispan.configuration.cache with parameters of type CacheStoreConfig
static void LegacyConfigurationAdaptor.adapt(CacheStoreConfiguration config, CacheStoreConfig legacy)
           
 

Uses of CacheStoreConfig in org.infinispan.loaders
 

Classes in org.infinispan.loaders that implement CacheStoreConfig
 class AbstractCacheStoreConfig
          Configures AbstractCacheStore.
 class LockSupportCacheStoreConfig
          Adds configuration support for LockSupportCacheStore.
 

Methods in org.infinispan.loaders that return CacheStoreConfig
 CacheStoreConfig CacheStoreConfig.fetchPersistentState(Boolean fetchPersistentState)
           
 CacheStoreConfig AbstractCacheStoreConfig.fetchPersistentState(Boolean fetchPersistentState)
          If true, fetch persistent state when joining a cluster.
 CacheStoreConfig AbstractCacheStore.getCacheStoreConfig()
           
 CacheStoreConfig CacheStore.getCacheStoreConfig()
          Returns the configuration object associated to this cache store config.
 CacheStoreConfig CacheStoreConfig.ignoreModifications(Boolean ignoreModifications)
           
 CacheStoreConfig AbstractCacheStoreConfig.ignoreModifications(Boolean ignoreModifications)
          If true, any operation that modifies the cache (put, remove, clear, store...etc) won't be applied to the cache store.
 CacheStoreConfig CacheStoreConfig.purgeOnStartup(Boolean purgeOnStartup)
           
 CacheStoreConfig AbstractCacheStoreConfig.purgeOnStartup(Boolean purgeOnStartup)
          If true, purges this cache store when it starts up.
 CacheStoreConfig CacheStoreConfig.purgerThreads(Integer purgerThreads)
           
 CacheStoreConfig AbstractCacheStoreConfig.purgerThreads(Integer purgerThreads)
           
 CacheStoreConfig CacheStoreConfig.purgeSynchronously(Boolean purgeSynchronously)
           
 CacheStoreConfig AbstractCacheStoreConfig.purgeSynchronously(Boolean purgeSynchronously)
          If true, CacheStore#purgeExpired() call will be done synchronously
 

Methods in org.infinispan.loaders with parameters of type CacheStoreConfig
protected  AsyncStore CacheLoaderManagerImpl.createAsyncStore(CacheStore tmpStore, CacheStoreConfig cfg2)
           
 

Uses of CacheStoreConfig in org.infinispan.loaders.decorators
 

Classes in org.infinispan.loaders.decorators that implement CacheStoreConfig
 class AbstractDecoratorConfigurationBean
          Class to aid decorators to be able to fluently modify parent properties.
 class AsyncStoreConfig
          Configuration for the async cache loader.
 class SingletonStoreConfig
          SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store.
 

Methods in org.infinispan.loaders.decorators that return CacheStoreConfig
 CacheStoreConfig AbstractDecoratorConfigurationBean.fetchPersistentState(Boolean fetchPersistentState)
           
 CacheStoreConfig AbstractDelegatingStore.getCacheStoreConfig()
           
 CacheStoreConfig ChainingCacheStore.getCacheStoreConfig()
           
 CacheStoreConfig AbstractDecoratorConfigurationBean.ignoreModifications(Boolean ignoreModifications)
           
 CacheStoreConfig AbstractDecoratorConfigurationBean.purgeOnStartup(Boolean purgeOnStartup)
           
 CacheStoreConfig AbstractDecoratorConfigurationBean.purgerThreads(Integer purgerThreads)
           
 CacheStoreConfig AbstractDecoratorConfigurationBean.purgeSynchronously(Boolean purgeSynchronously)
           
 

Uses of CacheStoreConfig in org.infinispan.loaders.file
 

Classes in org.infinispan.loaders.file that implement CacheStoreConfig
 class FileCacheStoreConfig
          Configures FileCacheStore.
 

Uses of CacheStoreConfig in org.infinispan.loaders.jdbc
 

Classes in org.infinispan.loaders.jdbc that implement CacheStoreConfig
 class AbstractJdbcCacheStoreConfig
          This is an abstract configuration class containing common elements for all JDBC cache store types.
 class AbstractNonDelegatingJdbcCacheStoreConfig
          An abstract configuration for JDBC cache stores which have support for locking.
 

Uses of CacheStoreConfig in org.infinispan.loaders.jdbc.binary
 

Classes in org.infinispan.loaders.jdbc.binary that implement CacheStoreConfig
 class JdbcBinaryCacheStoreConfig
          Defines available configuration elements for JdbcBinaryCacheStore.
 

Uses of CacheStoreConfig in org.infinispan.loaders.jdbc.mixed
 

Classes in org.infinispan.loaders.jdbc.mixed that implement CacheStoreConfig
 class JdbcMixedCacheStoreConfig
          Configuration for JdbcMixedCacheStore.
 

Uses of CacheStoreConfig in org.infinispan.loaders.jdbc.stringbased
 

Classes in org.infinispan.loaders.jdbc.stringbased that implement CacheStoreConfig
 class JdbcStringBasedCacheStoreConfig
          Configuration for JdbcStringBasedCacheStore cache store.
 

Uses of CacheStoreConfig in org.infinispan.loaders.remote
 

Classes in org.infinispan.loaders.remote that implement CacheStoreConfig
 class RemoteCacheStoreConfig
          Configuration for RemoteCacheStore.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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