Uses of Interface
com.hazelcast.spi.eviction.EvictableEntryView
Packages that use EvictableEntryView
Package
Description
This package contains the public API extension for Hazelcast JCache,
the Hazelcast implementation of the JSR-107 commonly referred to as JCache.
Provides core API interfaces/classes.
This package contains interfaces for eviction
-
Uses of EvictableEntryView in com.hazelcast.cache
Subinterfaces of EvictableEntryView in com.hazelcast.cache -
Uses of EvictableEntryView in com.hazelcast.core
Subinterfaces of EvictableEntryView in com.hazelcast.coreModifier and TypeInterfaceDescriptioninterface
EntryView<K,
V> Represents a read-only view of a data structure entry. -
Uses of EvictableEntryView in com.hazelcast.spi.eviction
Classes in com.hazelcast.spi.eviction with type parameters of type EvictableEntryViewModifier and TypeInterfaceDescriptioninterface
EvictionPolicyComparator<K,
V, E extends EvictableEntryView<K, V>> A kind ofComparator
to be used while comparing entries to be evicted.