Uses of Class
org.infinispan.configuration.cache.EvictionConfigurationBuilder
-
Packages that use EvictionConfigurationBuilder Package Description org.infinispan.configuration.cache Cache
configuration -
-
Uses of EvictionConfigurationBuilder in org.infinispan.configuration.cache
Methods in org.infinispan.configuration.cache that return EvictionConfigurationBuilder Modifier and Type Method Description EvictionConfigurationBuilder
ConfigurationBuilder. eviction()
Deprecated.Since 9.0, UseConfigurationBuilder.memory()
insteadEvictionConfigurationBuilder
ConfigurationChildBuilder. eviction()
Deprecated.UseConfigurationBuilder.memory()
insteadEvictionConfigurationBuilder
EvictionConfigurationBuilder. maxEntries(int maxEntries)
Deprecated.EvictionConfigurationBuilder
EvictionConfigurationBuilder. maxEntries(long maxEntries)
Deprecated.EvictionConfigurationBuilder
EvictionConfigurationBuilder. read(EvictionConfiguration template)
Deprecated.EvictionConfigurationBuilder
EvictionConfigurationBuilder. size(long size)
Deprecated.Defines the maximum size before eviction occurs.EvictionConfigurationBuilder
EvictionConfigurationBuilder. strategy(EvictionStrategy evictionStrategy)
Deprecated.Eviction strategy.EvictionConfigurationBuilder
EvictionConfigurationBuilder. threadPolicy(EvictionThreadPolicy policy)
Deprecated.Threading policy for eviction.EvictionConfigurationBuilder
EvictionConfigurationBuilder. type(EvictionType type)
Deprecated.Sets the eviction type which can either be COUNT - entries will be evicted when the number of entries exceeds thesize(long)
MEMORY - entries will be evicted when the approximate combined size of all values exceeds thesize(long)
Cache size is guaranteed not to exceed upper limit specified by max entries.
-