virtual void hazelcast::client::mixedtype::MixedEntryListener::entryAdded |
( |
const MixedEntryEvent & |
event | ) |
|
|
pure virtual |
Invoked when an entry is added.
- Parameters
-
virtual void hazelcast::client::mixedtype::MixedEntryListener::entryEvicted |
( |
const MixedEntryEvent & |
event | ) |
|
|
pure virtual |
Invoked when an entry is evicted.
- Parameters
-
virtual void hazelcast::client::mixedtype::MixedEntryListener::entryExpired |
( |
const MixedEntryEvent & |
event | ) |
|
|
pure virtual |
Invoked upon expiration of an entry.
- Parameters
-
event | the 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
-
event | the 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
-
virtual void hazelcast::client::mixedtype::MixedEntryListener::entryUpdated |
( |
const MixedEntryEvent & |
event | ) |
|
|
pure virtual |
Invoked when an entry is removed.
- Parameters
-
virtual void hazelcast::client::mixedtype::MixedEntryListener::mapCleared |
( |
const MapEvent & |
event | ) |
|
|
pure virtual |
virtual void hazelcast::client::mixedtype::MixedEntryListener::mapEvicted |
( |
const MapEvent & |
event | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: