Adapter for EntryListener. More...
#include <EntryAdapter.h>
Public Member Functions | |
virtual void | entryAdded (const EntryEvent< K, V > &event) |
Invoked when an entry is added. More... | |
virtual void | entryRemoved (const EntryEvent< K, V > &event) |
Invoked when an entry is removed. More... | |
virtual void | entryUpdated (const EntryEvent< K, V > &event) |
Invoked when an entry is removed. More... | |
virtual void | entryEvicted (const EntryEvent< K, V > &event) |
Invoked when an entry is evicted. More... | |
virtual void | entryExpired (const EntryEvent< K, V > &event) |
Invoked upon expiration of an entry. More... | |
virtual void | entryMerged (const EntryEvent< K, V > &event) |
Invoked after WAN replicated entry is merged. More... | |
virtual void | mapEvicted (const MapEvent &event) |
Invoked when all entries evicted by IMap#evictAll(). More... | |
virtual void | mapCleared (const MapEvent &event) |
Invoked when all entries are removed by IMap#clear(). More... | |
Adapter for EntryListener.
<K> | key of the map entry |
<V> | value of the map entry. |
|
inlinevirtual |
Invoked when an entry is added.
event | entry event |
Implements hazelcast::client::EntryListener< K, V >.
|
inlinevirtual |
Invoked when an entry is evicted.
event | entry event |
Implements hazelcast::client::EntryListener< K, V >.
|
inlinevirtual |
Invoked upon expiration of an entry.
event | the event invoked when an entry is expired. |
Implements hazelcast::client::EntryListener< K, V >.
|
inlinevirtual |
Invoked after WAN replicated entry is merged.
event | the event invoked when an entry is expired. |
Implements hazelcast::client::EntryListener< K, V >.
|
inlinevirtual |
Invoked when an entry is removed.
event | entry event |
Implements hazelcast::client::EntryListener< K, V >.
|
inlinevirtual |
Invoked when an entry is removed.
event | entry event |
Implements hazelcast::client::EntryListener< K, V >.
|
inlinevirtual |
Invoked when all entries are removed by IMap#clear().
}
Implements hazelcast::client::EntryListener< K, V >.
|
inlinevirtual |
Invoked when all entries evicted by IMap#evictAll().
event | map event |
Implements hazelcast::client::EntryListener< K, V >.