|
||||||||||
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
This element configures the L1 cache behavior in 'distributed' caches instances. |
Methods in org.infinispan.config that return FluentConfiguration.L1Config | |
---|---|
FluentConfiguration.L1Config |
FluentConfiguration.L1Config.disable()
|
FluentConfiguration.L1Config |
Configuration.L1Type.disable()
|
FluentConfiguration.L1Config |
FluentConfiguration.L1Config.invalidationThreshold(Integer threshold)
Determines whether a multicast or a web of unicasts are used when performing L1 invalidations. |
FluentConfiguration.L1Config |
Configuration.L1Type.invalidationThreshold(Integer threshold)
|
FluentConfiguration.L1Config |
FluentConfiguration.ClusteringConfig.l1()
This method allows configuration of the L1 cache for distributed caches. |
FluentConfiguration.L1Config |
Configuration.ClusteringType.l1()
|
FluentConfiguration.L1Config |
FluentConfiguration.L1Config.lifespan(Long lifespan)
Maximum lifespan of an entry placed in the L1 cache. |
FluentConfiguration.L1Config |
Configuration.L1Type.lifespan(Long lifespan)
|
FluentConfiguration.L1Config |
FluentConfiguration.L1Config.onRehash(Boolean onRehash)
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)
|
FluentConfiguration.L1Config |
Configuration.L1Type.setEnabled(Boolean enabled)
Deprecated. The visibility of this will be reduced |
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) |
|
--> |