Uses of Enum Class
org.infinispan.eviction.EvictionStrategy
Packages that use EvictionStrategy
-
Uses of EvictionStrategy in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type EvictionStrategyModifier and TypeFieldDescriptionstatic final AttributeDefinition
<EvictionStrategy> MemoryConfiguration.WHEN_FULL
Methods in org.infinispan.configuration.cache that return EvictionStrategyModifier and TypeMethodDescriptionMemoryConfiguration.whenFull()
The configured eviction strategyMemoryConfigurationBuilder.whenFull()
Methods in org.infinispan.configuration.cache with parameters of type EvictionStrategyModifier and TypeMethodDescriptionMemoryConfigurationBuilder.whenFull
(EvictionStrategy strategy) Sets the eviction strategy which can be: NONE - no eviction will take place MANUAL - no eviction will take place automatically, but user is assumed to manually call evict REMOVE - eviction will remove entries to make room for new entries to be inserted EXCEPTION - eviction will not take place, but instead an exception will be thrown to ensure container doesn't grow too large -
Uses of EvictionStrategy in org.infinispan.eviction
Subclasses with type arguments of type EvictionStrategy in org.infinispan.evictionMethods in org.infinispan.eviction that return EvictionStrategyModifier and TypeMethodDescriptionstatic EvictionStrategy
Returns the enum constant of this class with the specified name.static EvictionStrategy[]
EvictionStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.