Infinispan Distribution 5.2.6.Final-redhat-2

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

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

Uses of StateTransferConfigurationBuilder in org.infinispan.configuration.cache
 

Methods in org.infinispan.configuration.cache that return StateTransferConfigurationBuilder
 StateTransferConfigurationBuilder StateTransferConfigurationBuilder.awaitInitialTransfer(boolean b)
          If true, this will cause the first call to method CacheManager.getCache() on the joiner node to block and wait until the joining is complete and the cache has finished receiving state from neighboring caches (if fetchInMemoryState is enabled).
 StateTransferConfigurationBuilder StateTransferConfigurationBuilder.chunkSize(int i)
          If > 0, the state will be transferred in batches of chunkSize cache entries.
 StateTransferConfigurationBuilder StateTransferConfigurationBuilder.fetchInMemoryState(boolean b)
          If true, the cache will fetch data from the neighboring caches when it starts up, so the cache starts 'warm', although it will impact startup time.
 StateTransferConfigurationBuilder StateTransferConfigurationBuilder.read(StateTransferConfiguration template)
           
 StateTransferConfigurationBuilder ClusteringConfigurationChildBuilder.stateTransfer()
          Configures how state is transferred when a new cache joins the cluster.
 StateTransferConfigurationBuilder ClusteringConfigurationBuilder.stateTransfer()
          Configure the stateTransfer sub element for distributed and replicated caches.
 StateTransferConfigurationBuilder StateTransferConfigurationBuilder.timeout(long l)
          This is the maximum amount of time - in milliseconds - to wait for state from neighboring caches, before throwing an exception and aborting startup.
 StateTransferConfigurationBuilder StateTransferConfigurationBuilder.timeout(long l, TimeUnit unit)
          This is the maximum amount of time - in milliseconds - to wait for state from neighboring caches, before throwing an exception and aborting startup.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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