Uses of Enum
org.infinispan.eviction.EvictionType
Packages that use EvictionType
Package
Description
Cache configurationData containers which store cache entries.
Classes related to eviction.
-
Uses of EvictionType in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type EvictionTypeModifier and TypeFieldDescriptionstatic final org.infinispan.commons.configuration.attributes.AttributeDefinition<EvictionType>MemoryStorageConfiguration.EVICTION_TYPEDeprecated.Methods in org.infinispan.configuration.cache that return EvictionTypeModifier and TypeMethodDescriptionMemoryConfiguration.evictionType()Deprecated.MemoryConfigurationBuilder.evictionType()Deprecated.since 11.0, @seeMemoryConfigurationBuilder.evictionType(EvictionType)MemoryStorageConfiguration.evictionType()Deprecated.Methods in org.infinispan.configuration.cache with parameters of type EvictionTypeModifier and TypeMethodDescriptionMemoryConfigurationBuilder.evictionType(EvictionType type) Deprecated.since 11.0, useMemoryConfigurationBuilder.maxCount(long)orMemoryConfigurationBuilder.maxSize(String)to define data container bounds by size or by count. -
Uses of EvictionType in org.infinispan.container.impl
Methods in org.infinispan.container.impl with parameters of type EvictionTypeModifier and TypeMethodDescriptionstatic <K,V> DefaultDataContainer<K, V> DefaultDataContainer.boundedDataContainer(int concurrencyLevel, long maxEntries, EvictionType thresholdPolicy) Constructors in org.infinispan.container.impl with parameters of type EvictionTypeModifierConstructorDescriptionBoundedSegmentedDataContainer(int numSegments, long thresholdSize, EvictionType thresholdPolicy) protectedDefaultDataContainer(int concurrencyLevel, long thresholdSize, EvictionType thresholdPolicy) -
Uses of EvictionType in org.infinispan.container.offheap
Constructors in org.infinispan.container.offheap with parameters of type EvictionTypeModifierConstructorDescriptionBoundedOffHeapDataContainer(long maxSize, EvictionType type) SegmentedBoundedOffHeapDataContainer(int numSegments, long maxSize, EvictionType type) -
Uses of EvictionType in org.infinispan.eviction
Methods in org.infinispan.eviction that return EvictionTypeModifier and TypeMethodDescriptionstatic EvictionTypeDeprecated.Returns the enum constant of this type with the specified name.static EvictionType[]EvictionType.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
MemoryConfiguration.maxCount()orMemoryConfiguration.maxSize()to obtain either the maximum number of entries or the maximum size of the data container.