Class SimpleOverflowMap.FrontMapListener

java.lang.Object
com.tangosol.util.Base
com.tangosol.util.MultiplexingMapListener
com.tangosol.net.cache.SimpleOverflowMap.FrontMapListener
All Implemented Interfaces:
MapListener, EventListener
Enclosing class:
SimpleOverflowMap

protected class SimpleOverflowMap.FrontMapListener extends MultiplexingMapListener
A listener for the front map that moves evictions to the back map.
  • Constructor Details

    • FrontMapListener

      protected FrontMapListener()
  • Method Details

    • onMapEvent

      protected void onMapEvent(MapEvent evt)
      Invoked when a map entry has been inserted, updated or deleted. To determine what action has occurred, use MapEvent.getId().
      Specified by:
      onMapEvent in class MultiplexingMapListener
      Parameters:
      evt - the MapEvent carrying the insert, update or delete information