Uses of Interface
com.tangosol.util.MultiBinaryLongMap.SafeEntryVisitor
-
Packages that use MultiBinaryLongMap.SafeEntryVisitor Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util Contains various generic utilities. -
-
Uses of MultiBinaryLongMap.SafeEntryVisitor in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement MultiBinaryLongMap.SafeEntryVisitor Modifier and Type Class Description protected classCompactSerializationCache.InternalEvictionPolicy.EvictionVisitorSafeEntryVisitor implementation that calculates the set of eviction candidates.protected classCompactSerializationCache.MinExpiryVisitorEntryVisitor implementation that calculates the next eviction time.protected static classCompactSerializationCache.TouchCountVisitorTouchCountVisitor 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.SafeEntryVisitor Modifier and Type Class Description protected classMultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitorDelegateEntryVisitor is a wrapper for an EntryVisitor that exposes the logical entries of this AbstractDelegateBinaryLongMap.protected classMultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitorMaskedEntryVisitor is a wrapper for an EntryVisitor that exposes the logical entries of this MaskedEntryVisitor.Fields in com.tangosol.util declared as MultiBinaryLongMap.SafeEntryVisitor Modifier and Type Field Description protected MultiBinaryLongMap.SafeEntryVisitorMultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor. f_visitorSafeThe wrapped (safe) predicate to apply to the logical entries of this MaskedBinaryLongMap.Methods in com.tangosol.util that return MultiBinaryLongMap.SafeEntryVisitor Modifier and Type Method Description protected static MultiBinaryLongMap.SafeEntryVisitorMultiBinaryLongMap. ensureSafeVisitor(BinaryLongMap blm, BinaryLongMap.EntryVisitor visitor)Return a SafeEntryVisitor based on the specified visitor implementation.
-