Infinispan Distribution 5.2.6.Final-redhat-2

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

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

Uses of L1ConfigurationBuilder in org.infinispan.configuration.cache
 

Methods in org.infinispan.configuration.cache that return L1ConfigurationBuilder
 L1ConfigurationBuilder L1ConfigurationBuilder.cleanupTaskFrequency(long frequencyMillis)
          How often the L1 requestors map is cleaned up of stale items
 L1ConfigurationBuilder L1ConfigurationBuilder.cleanupTaskFrequency(long frequencyMillis, TimeUnit unit)
          How often the L1 requestors map is cleaned up of stale items
 L1ConfigurationBuilder L1ConfigurationBuilder.disable()
           
 L1ConfigurationBuilder L1ConfigurationBuilder.disableOnRehash()
          Entries removed due to a rehash will be removed altogether rather than bring moved to L1.
 L1ConfigurationBuilder L1ConfigurationBuilder.enable()
           
 L1ConfigurationBuilder L1ConfigurationBuilder.enabled(boolean enabled)
           
 L1ConfigurationBuilder L1ConfigurationBuilder.enableOnRehash()
          Entries removed due to a rehash will be moved to L1 rather than being removed altogether.
 L1ConfigurationBuilder L1ConfigurationBuilder.invalidationThreshold(int invalidationThreshold)
           Determines whether a multicast or a web of unicasts are used when performing L1 invalidations.
 L1ConfigurationBuilder ClusteringConfigurationChildBuilder.l1()
          Configures the L1 cache behavior in 'distributed' caches instances.
 L1ConfigurationBuilder ClusteringConfigurationBuilder.l1()
          This method allows configuration of the L1 cache for distributed caches.
 L1ConfigurationBuilder L1ConfigurationBuilder.l1OnRehash(boolean l1OnRehash)
           
 L1ConfigurationBuilder L1ConfigurationBuilder.lifespan(long lifespan)
          Maximum lifespan of an entry placed in the L1 cache.
 L1ConfigurationBuilder L1ConfigurationBuilder.lifespan(long lifespan, TimeUnit unit)
          Maximum lifespan of an entry placed in the L1 cache.
 L1ConfigurationBuilder L1ConfigurationBuilder.onRehash(boolean enabled)
          Entries removed due to a rehash will be moved to L1 rather than being removed altogether.
 L1ConfigurationBuilder L1ConfigurationBuilder.read(L1Configuration template)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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