Hazelcast C++ Client
Public Member Functions | List of all members
hazelcast::client::mixedtype::MixedEntryListener Class Referenceabstract

Public Member Functions

virtual void entryAdded (const MixedEntryEvent &event)=0
 Invoked when an entry is added. More...
 
virtual void entryRemoved (const MixedEntryEvent &event)=0
 Invoked when an entry is removed. More...
 
virtual void entryUpdated (const MixedEntryEvent &event)=0
 Invoked when an entry is removed. More...
 
virtual void entryEvicted (const MixedEntryEvent &event)=0
 Invoked when an entry is evicted. More...
 
virtual void entryExpired (const MixedEntryEvent &event)=0
 Invoked upon expiration of an entry. More...
 
virtual void entryMerged (const MixedEntryEvent &event)=0
 Invoked after WAN replicated entry is merged. More...
 
virtual void mapEvicted (const MapEvent &event)=0
 Invoked when all entries evicted by IMap#evictAll(). More...
 
virtual void mapCleared (const MapEvent &event)=0
 Invoked when all entries are removed by IMap#clear(). More...
 

Member Function Documentation

virtual void hazelcast::client::mixedtype::MixedEntryListener::entryAdded ( const MixedEntryEvent event)
pure virtual

Invoked when an entry is added.

Parameters
evententry event
virtual void hazelcast::client::mixedtype::MixedEntryListener::entryEvicted ( const MixedEntryEvent event)
pure virtual

Invoked when an entry is evicted.

Parameters
evententry event
virtual void hazelcast::client::mixedtype::MixedEntryListener::entryExpired ( const MixedEntryEvent event)
pure virtual

Invoked upon expiration of an entry.

Parameters
eventthe event invoked when an entry is expired.
virtual void hazelcast::client::mixedtype::MixedEntryListener::entryMerged ( const MixedEntryEvent event)
pure virtual

Invoked after WAN replicated entry is merged.

Parameters
eventthe event invoked when an entry is expired.
virtual void hazelcast::client::mixedtype::MixedEntryListener::entryRemoved ( const MixedEntryEvent event)
pure virtual

Invoked when an entry is removed.

Parameters
evententry event
virtual void hazelcast::client::mixedtype::MixedEntryListener::entryUpdated ( const MixedEntryEvent event)
pure virtual

Invoked when an entry is removed.

Parameters
evententry event
virtual void hazelcast::client::mixedtype::MixedEntryListener::mapCleared ( const MapEvent event)
pure virtual

Invoked when all entries are removed by IMap#clear().

}

virtual void hazelcast::client::mixedtype::MixedEntryListener::mapEvicted ( const MapEvent event)
pure virtual

Invoked when all entries evicted by IMap#evictAll().

Parameters
eventmap event

The documentation for this class was generated from the following file: