Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use AsyncStoreConfigurationBuilder
org.infinispan.configuration.as   
org.infinispan.configuration.cache Classes related to eviction. 
 

Uses of AsyncStoreConfigurationBuilder in org.infinispan.configuration.as
 

Methods in org.infinispan.configuration.as with parameters of type AsyncStoreConfigurationBuilder
static void ParserAS7.parseStoreWriteBehind(org.jboss.staxmapper.XMLExtendedStreamReader reader, AsyncStoreConfigurationBuilder storeBuilder)
           
 

Uses of AsyncStoreConfigurationBuilder in org.infinispan.configuration.cache
 

Fields in org.infinispan.configuration.cache declared as AsyncStoreConfigurationBuilder
protected  AsyncStoreConfigurationBuilder<S> AbstractStoreConfigurationBuilder.async
           
 

Methods in org.infinispan.configuration.cache that return AsyncStoreConfigurationBuilder
 AsyncStoreConfigurationBuilder<S> AbstractStoreConfigurationBuilder.async()
          Configuration for the async cache loader.
 AsyncStoreConfigurationBuilder<S> AbstractStoreConfigurationChildBuilder.async()
           
 AsyncStoreConfigurationBuilder<S> StoreConfigurationChildBuilder.async()
          Configuration for the async cache store.
 AsyncStoreConfigurationBuilder<S> AsyncStoreConfigurationBuilder.disable()
           
 AsyncStoreConfigurationBuilder<S> AsyncStoreConfigurationBuilder.enable()
          If true, all modifications to this cache store happen asynchronously, on a separate thread.
 AsyncStoreConfigurationBuilder<S> AsyncStoreConfigurationBuilder.enabled(boolean enabled)
           
 AsyncStoreConfigurationBuilder<S> AsyncStoreConfigurationBuilder.flushLockTimeout(long l)
          Timeout to acquire the lock which guards the state to be flushed to the cache store periodically.
 AsyncStoreConfigurationBuilder<S> AsyncStoreConfigurationBuilder.flushLockTimeout(long l, TimeUnit unit)
          Timeout to acquire the lock which guards the state to be flushed to the cache store periodically.
 AsyncStoreConfigurationBuilder<S> AsyncStoreConfigurationBuilder.modificationQueueSize(int i)
          Sets the size of the modification queue for the async store.
 AsyncStoreConfigurationBuilder<S> AsyncStoreConfigurationBuilder.read(AsyncStoreConfiguration template)
           
 AsyncStoreConfigurationBuilder<S> AsyncStoreConfigurationBuilder.shutdownTimeout(long l)
          Timeout to stop the cache store.
 AsyncStoreConfigurationBuilder<S> AsyncStoreConfigurationBuilder.shutdownTimeout(long l, TimeUnit unit)
          Timeout to stop the cache store.
 AsyncStoreConfigurationBuilder<S> AsyncStoreConfigurationBuilder.threadPoolSize(int i)
          Size of the thread pool whose threads are responsible for applying the modifications.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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