|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FluentConfiguration.L1Config | |
---|---|
org.infinispan.config | Cache configuration beans and parsers. |
Uses of FluentConfiguration.L1Config in org.infinispan.config |
---|
Classes in org.infinispan.config that implement FluentConfiguration.L1Config | |
---|---|
static class |
Configuration.L1Type
Deprecated. |
Methods in org.infinispan.config that return FluentConfiguration.L1Config | |
---|---|
FluentConfiguration.L1Config |
FluentConfiguration.L1Config.cleanupTaskFrequency(Long frequencyMillis)
Deprecated. Determines how often a cleanup thread runs to clean up an internal log of requestors for a specific key |
FluentConfiguration.L1Config |
Configuration.L1Type.cleanupTaskFrequency(Long frequencyMillis)
Deprecated. |
FluentConfiguration.L1Config |
FluentConfiguration.L1Config.disable()
Deprecated. |
FluentConfiguration.L1Config |
Configuration.L1Type.disable()
Deprecated. |
FluentConfiguration.L1Config |
FluentConfiguration.L1Config.invalidationThreshold(Integer threshold)
Deprecated. Determines whether a multicast or a web of unicasts are used when performing L1 invalidations. |
FluentConfiguration.L1Config |
Configuration.L1Type.invalidationThreshold(Integer threshold)
Deprecated. |
FluentConfiguration.L1Config |
FluentConfiguration.ClusteringConfig.l1()
Deprecated. This method allows configuration of the L1 cache for distributed caches. |
FluentConfiguration.L1Config |
Configuration.ClusteringType.l1()
Deprecated. |
FluentConfiguration.L1Config |
FluentConfiguration.L1Config.lifespan(Long lifespan)
Deprecated. Maximum lifespan of an entry placed in the L1 cache. |
FluentConfiguration.L1Config |
Configuration.L1Type.lifespan(Long lifespan)
Deprecated. |
FluentConfiguration.L1Config |
FluentConfiguration.L1Config.onRehash(Boolean onRehash)
Deprecated. If true, entries removed due to a rehash will be moved to L1 rather than being removed altogether. |
FluentConfiguration.L1Config |
Configuration.L1Type.onRehash(Boolean onRehash)
Deprecated. |
FluentConfiguration.L1Config |
Configuration.L1Type.setEnabled(Boolean enabled)
Deprecated. The visibility of this will be reduced |
FluentConfiguration.L1Config |
Configuration.L1Type.setL1InvalidationCleanupTaskFrequency(long frequencyMillis)
Deprecated. The visibility of this will be reduced, use #invalidationReaperThreadFrequency(Long) |
FluentConfiguration.L1Config |
Configuration.L1Type.setLifespan(Long lifespan)
Deprecated. The visibility of this will be reduced, use Configuration.L1Type.lifespan(Long) |
FluentConfiguration.L1Config |
Configuration.L1Type.setOnRehash(Boolean onRehash)
Deprecated. The visibility of this will be reduced, use Configuration.L1Type.onRehash(Boolean) |
|
--> |