Uses of Class
org.infinispan.configuration.cache.EvictionConfigurationBuilder
-
Packages that use EvictionConfigurationBuilder Package Description org.infinispan.configuration.cache Cacheconfiguration -
-
Uses of EvictionConfigurationBuilder in org.infinispan.configuration.cache
Methods in org.infinispan.configuration.cache that return EvictionConfigurationBuilder Modifier and Type Method Description EvictionConfigurationBuilderConfigurationBuilder. eviction()Deprecated.Since 9.0, UseConfigurationBuilder.memory()insteadEvictionConfigurationBuilderConfigurationChildBuilder. eviction()Deprecated.UseConfigurationBuilder.memory()insteadEvictionConfigurationBuilderEvictionConfigurationBuilder. maxEntries(int maxEntries)Deprecated.EvictionConfigurationBuilderEvictionConfigurationBuilder. maxEntries(long maxEntries)Deprecated.EvictionConfigurationBuilderEvictionConfigurationBuilder. read(EvictionConfiguration template)Deprecated.EvictionConfigurationBuilderEvictionConfigurationBuilder. size(long size)Deprecated.Defines the maximum size before eviction occurs.EvictionConfigurationBuilderEvictionConfigurationBuilder. strategy(EvictionStrategy evictionStrategy)Deprecated.Eviction strategy.EvictionConfigurationBuilderEvictionConfigurationBuilder. threadPolicy(EvictionThreadPolicy policy)Deprecated.Threading policy for eviction.EvictionConfigurationBuilderEvictionConfigurationBuilder. 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.
-