Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net.cache
Class SimpleOverflowMap.FrontMapListener

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.MultiplexingMapListener
          extended by com.tangosol.net.cache.SimpleOverflowMap.FrontMapListener

All Implemented Interfaces:
MapListener, java.util.EventListener
Enclosing class:
SimpleOverflowMap

protected class SimpleOverflowMap.FrontMapListener
extends MultiplexingMapListener

A listener for the front map that moves evictions to the back map.


Constructor Summary
protected SimpleOverflowMap.FrontMapListener()
           

 

Method Summary
protected  void onMapEvent(MapEvent evt)
          Invoked when a map entry has been inserted, updated or deleted.

 

Methods inherited from class com.tangosol.util.MultiplexingMapListener
entryDeleted, entryInserted, entryUpdated

 

Constructor Detail

SimpleOverflowMap.FrontMapListener

protected SimpleOverflowMap.FrontMapListener()

Method Detail

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

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.