Package com.tangosol.net.cache
Class SimpleOverflowMap.FrontFilterConverter
java.lang.Object
com.tangosol.net.cache.SimpleOverflowMap.FrontFilterConverter
- All Implemented Interfaces:
Converter
,Converter
,Filter
,Serializable
,Function
- Enclosing class:
SimpleOverflowMap
protected static class SimpleOverflowMap.FrontFilterConverter
extends Object
implements Filter, Converter
A combination Filter and Converter used to iterate through the
status map in order to iterate through the front keys.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tangosol.util.Filter
and, asLimitFilter, associatedWith, forKeys, forPartitions, or, toExpression, xor
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
FrontFilterConverter
protected FrontFilterConverter()
-
-
Method Details
-
evaluate
Filters keys out that are not in the front map. -
convert
Extracts the key from the Status object.
-