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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleOverflowMap.FrontFilterConverter
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protected
FrontFilterConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
convert(Object o)
Extracts the key from the Status object.boolean
evaluate(Object o)
Filters keys out that are not in the front map.-
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 Detail
-
INSTANCE
public static final SimpleOverflowMap.FrontFilterConverter INSTANCE
-
-
Method Detail
-
evaluate
public boolean evaluate(Object o)
Filters keys out that are not in the front map.
-
-