Uses of Class
org.infinispan.eviction.EvictionType
-
Packages that use EvictionType Package Description org.infinispan.configuration.cache Cacheconfigurationorg.infinispan.eviction Classes related to eviction. -
-
Uses of EvictionType in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type EvictionType Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<EvictionType>MemoryStorageConfiguration. EVICTION_TYPEDeprecated.Methods in org.infinispan.configuration.cache that return EvictionType Modifier and Type Method Description EvictionTypeMemoryConfiguration. evictionType()Deprecated.Since 11.0, useMemoryConfiguration.maxCount()orMemoryConfiguration.maxSize()to obtain either the maximum number of entries or the maximum size of the data container.EvictionTypeMemoryConfigurationBuilder. evictionType()Deprecated.since 11.0, @seeMemoryConfigurationBuilder.evictionType(EvictionType)EvictionTypeMemoryStorageConfiguration. evictionType()Deprecated.Methods in org.infinispan.configuration.cache with parameters of type EvictionType Modifier and Type Method Description MemoryConfigurationBuilderMemoryConfigurationBuilder. 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.eviction
Methods in org.infinispan.eviction that return EvictionType Modifier and Type Method Description static EvictionTypeEvictionType. valueOf(String name)Deprecated.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.
-