Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.configuration.cache.AsyncStoreConfiguration

Packages that use AsyncStoreConfiguration
org.infinispan.configuration.cache Classes related to eviction. 
org.infinispan.loaders.jdbc.configuration   
 

Uses of AsyncStoreConfiguration in org.infinispan.configuration.cache
 

Methods in org.infinispan.configuration.cache that return AsyncStoreConfiguration
 AsyncStoreConfiguration CacheStoreConfiguration.async()
          Configuration for the async cache loader.
 AsyncStoreConfiguration AbstractStoreConfiguration.async()
          Configuration for the async cache loader.
 AsyncStoreConfiguration AsyncStoreConfigurationBuilder.create()
           
 AsyncStoreConfiguration AsyncStoreConfiguration.flushLockTimeout(long l)
          Timeout to acquire the lock which guards the state to be flushed to the cache store periodically.
 AsyncStoreConfiguration AsyncStoreConfiguration.shutdownTimeout(long l)
           
 

Methods in org.infinispan.configuration.cache with parameters of type AsyncStoreConfiguration
 AsyncStoreConfigurationBuilder<S> AsyncStoreConfigurationBuilder.read(AsyncStoreConfiguration template)
           
 

Constructors in org.infinispan.configuration.cache with parameters of type AsyncStoreConfiguration
AbstractLockSupportStoreConfiguration(long lockAcquistionTimeout, int lockConcurrencyLevel, boolean purgeOnStartup, boolean purgeSynchronously, int purgerThreads, boolean fetchPersistentState, boolean ignoreModifications, TypedProperties properties, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
           
AbstractStoreConfiguration(boolean purgeOnStartup, boolean purgeSynchronously, int purgerThreads, boolean fetchPersistentState, boolean ignoreModifications, TypedProperties properties, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
           
 

Uses of AsyncStoreConfiguration in org.infinispan.loaders.jdbc.configuration
 

Constructors in org.infinispan.loaders.jdbc.configuration with parameters of type AsyncStoreConfiguration
JdbcMixedCacheStoreConfiguration(int batchSize, int fetchSize, DatabaseType databaseType, String key2StringMapper, TableManipulationConfiguration binaryTable, TableManipulationConfiguration stringTable, ConnectionFactoryConfiguration connectionFactory, long lockAcquistionTimeout, int lockConcurrencyLevel, boolean purgeOnStartup, boolean purgeSynchronously, int purgerThreads, boolean fetchPersistentState, boolean ignoreModifications, TypedProperties properties, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
           
JdbcStringBasedCacheStoreConfiguration(String key2StringMapper, TableManipulationConfiguration table, ConnectionFactoryConfiguration connectionFactory, long lockAcquistionTimeout, int lockConcurrencyLevel, boolean purgeOnStartup, boolean purgeSynchronously, int purgerThreads, boolean fetchPersistentState, boolean ignoreModifications, TypedProperties properties, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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