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 class
CompactSerializationCache.InternalEvictionPolicy.EvictionVisitor
SafeEntryVisitor implementation that calculates the set of eviction candidates.protected class
CompactSerializationCache.MinExpiryVisitor
EntryVisitor implementation that calculates the next eviction time.protected static class
CompactSerializationCache.TouchCountVisitor
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.SafeEntryVisitor Modifier and Type Class Description protected class
MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor
DelegateEntryVisitor is a wrapper for an EntryVisitor that exposes the logical entries of this AbstractDelegateBinaryLongMap.protected class
MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor
MaskedEntryVisitor 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.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.SafeEntryVisitor Modifier and Type Method Description protected static MultiBinaryLongMap.SafeEntryVisitor
MultiBinaryLongMap. ensureSafeVisitor(BinaryLongMap blm, BinaryLongMap.EntryVisitor visitor)
Return a SafeEntryVisitor based on the specified visitor implementation.
-