Uses of Enum Class
io.confluent.kafka.schemaregistry.utils.BoundedConcurrentHashMap.Eviction
Packages that use BoundedConcurrentHashMap.Eviction
-
Uses of BoundedConcurrentHashMap.Eviction in io.confluent.kafka.schemaregistry.utils
Methods in io.confluent.kafka.schemaregistry.utils that return BoundedConcurrentHashMap.EvictionModifier and TypeMethodDescriptionBoundedConcurrentHashMap.EvictionPolicy.strategy()Returns type of eviction algorithm (strategy).Returns the enum constant of this class with the specified name.static BoundedConcurrentHashMap.Eviction[]BoundedConcurrentHashMap.Eviction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.confluent.kafka.schemaregistry.utils with parameters of type BoundedConcurrentHashMap.EvictionModifierConstructorDescriptionBoundedConcurrentHashMap(int capacity, int concurrencyLevel, BoundedConcurrentHashMap.Eviction evictionStrategy) Deprecated.Creates a new, empty map with the specified maximum capacity, load factor, concurrency level and eviction strategy.BoundedConcurrentHashMap(int capacity, int concurrencyLevel, BoundedConcurrentHashMap.Eviction evictionStrategy, BoundedConcurrentHashMap.EvictionListener<K, V> evictionListener) Deprecated.Creates a new, empty map with the specified maximum capacity, load factor and concurrency level.