Package | Description |
---|---|
org.infinispan.configuration.cache |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.