Uses of Interface
com.tangosol.util.MultiBinaryLongMap.SafeEntryVisitor
Packages that use MultiBinaryLongMap.SafeEntryVisitor
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of MultiBinaryLongMap.SafeEntryVisitor in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement MultiBinaryLongMap.SafeEntryVisitorModifier and TypeClassDescriptionprotected class
SafeEntryVisitor implementation that calculates the set of eviction candidates.protected class
EntryVisitor implementation that calculates the next eviction time.protected static class
TouchCountVisitor is applied to the touch-count map by EvictionPolicy implementations that rely on the touch-count to retrieve and adjust the touch-count. -
Uses of MultiBinaryLongMap.SafeEntryVisitor in com.tangosol.util
Classes in com.tangosol.util that implement MultiBinaryLongMap.SafeEntryVisitorModifier and TypeClassDescriptionprotected class
DelegateEntryVisitor is a wrapper for an EntryVisitor that exposes the logical entries of this AbstractDelegateBinaryLongMap.protected class
MaskedEntryVisitor is a wrapper for an EntryVisitor that exposes the logical entries of this MaskedEntryVisitor.Fields in com.tangosol.util declared as MultiBinaryLongMap.SafeEntryVisitorModifier and TypeFieldDescriptionprotected final MultiBinaryLongMap.SafeEntryVisitor
MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor.f_visitorSafe
The wrapped (safe) predicate to apply to the logical entries of this MaskedBinaryLongMap.Methods in com.tangosol.util that return MultiBinaryLongMap.SafeEntryVisitorModifier and TypeMethodDescriptionprotected static MultiBinaryLongMap.SafeEntryVisitor
MultiBinaryLongMap.ensureSafeVisitor
(BinaryLongMap blm, BinaryLongMap.EntryVisitor visitor) Return a SafeEntryVisitor based on the specified visitor implementation.