Infinispan Distribution 5.2.6.Final-redhat-2

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

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

Uses of SingletonStoreConfigurationBuilder in org.infinispan.configuration.cache
 

Fields in org.infinispan.configuration.cache declared as SingletonStoreConfigurationBuilder
protected  SingletonStoreConfigurationBuilder<S> AbstractStoreConfigurationBuilder.singletonStore
           
 

Methods in org.infinispan.configuration.cache that return SingletonStoreConfigurationBuilder
 SingletonStoreConfigurationBuilder<S> SingletonStoreConfigurationBuilder.disable()
          Enable the singleton store cache store
 SingletonStoreConfigurationBuilder<S> SingletonStoreConfigurationBuilder.enable()
          Enable the singleton store cache store
 SingletonStoreConfigurationBuilder<S> SingletonStoreConfigurationBuilder.enabled(boolean enabled)
          If true, the singleton store cache store is enabled.
 SingletonStoreConfigurationBuilder<S> SingletonStoreConfigurationBuilder.pushStateTimeout(long l)
          If pushStateWhenCoordinator is true, this property sets the maximum number of milliseconds that the process of pushing the in-memory state to the underlying cache loader should take.
 SingletonStoreConfigurationBuilder<S> SingletonStoreConfigurationBuilder.pushStateTimeout(long l, TimeUnit unit)
          If pushStateWhenCoordinator is true, this property sets the maximum number of milliseconds that the process of pushing the in-memory state to the underlying cache loader should take.
 SingletonStoreConfigurationBuilder<S> SingletonStoreConfigurationBuilder.pushStateWhenCoordinator(boolean b)
          If true, when a node becomes the coordinator, it will transfer in-memory state to the underlying cache store.
 SingletonStoreConfigurationBuilder<S> SingletonStoreConfigurationBuilder.read(SingletonStoreConfiguration template)
           
 SingletonStoreConfigurationBuilder<S> AbstractStoreConfigurationBuilder.singletonStore()
          SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store.
 SingletonStoreConfigurationBuilder<S> AbstractStoreConfigurationChildBuilder.singletonStore()
           
 SingletonStoreConfigurationBuilder<S> StoreConfigurationChildBuilder.singletonStore()
          SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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