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 Details

  • Constructor Details

    • FrontFilterConverter

      protected FrontFilterConverter()
  • Method Details

    • evaluate

      public boolean evaluate(Object o)
      Filters keys out that are not in the front map.
      Specified by:
      evaluate in interface Filter
      Parameters:
      o - the input argument to evaluate
      Returns:
      true if the input argument matches the filter, otherwise false
    • convert

      public Object convert(Object o)
      Extracts the key from the Status object.
      Specified by:
      convert in interface Converter
      Parameters:
      o - the object to convert
      Returns:
      the converted form of the passed object