Uses of Enum Class
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 AttributeDefinition
<EvictionType> MemoryStorageConfiguration.EVICTION_TYPE
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.infinispan.configuration.cache that return EvictionTypeModifier and TypeMethodDescriptionMemoryConfiguration.evictionType()
Deprecated, for removal: This API element is subject to removal in a future version.MemoryConfigurationBuilder.evictionType()
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0, @seeMemoryConfigurationBuilder.evictionType(EvictionType)
MemoryStorageConfiguration.evictionType()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.infinispan.configuration.cache with parameters of type EvictionTypeModifier and TypeMethodDescriptionMemoryConfigurationBuilder.evictionType
(EvictionType type) Deprecated, for removal: This API element is subject to removal in a future version.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) protected
DefaultDataContainer
(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 EvictionType
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static EvictionType[]
EvictionType.values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, 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.