Map Entry event.
More...
#include <entry_event.h>
|
enum | type {
ADDED = 1,
REMOVED = 1 << 1,
UPDATED = 1 << 2,
EVICTED = 1 << 3,
EXPIRED = 1 << 4,
EVICT_ALL = 1 << 5,
CLEAR_ALL = 1 << 6,
MERGED = 1 << 7,
INVALIDATION = 1 << 8,
LOADED = 1 << 9,
ALL = 0xFF
} |
|
|
std::ostream HAZELCAST_API & | operator<< (std::ostream &os, const entry_event &event) |
|
Map Entry event.
- Parameters
-
<K> | key of the map entry |
<V> | value of the map entry |
- See also
- EntryListener
-
IMap::add_entry_listener(Listener, boolean)
◆ get_event_type()
entry_event::type hazelcast::client::entry_event::get_event_type |
( |
| ) |
const |
Return the event type.
- Returns
- event type
◆ get_key()
const typed_data & hazelcast::client::entry_event::get_key |
( |
| ) |
const |
Returns the key of the entry event.
- Returns
- the key
◆ get_member()
const member & hazelcast::client::entry_event::get_member |
( |
| ) |
const |
Returns the member fired this event.
- Returns
- the member fired this event.
◆ get_merging_value()
const typed_data & hazelcast::client::entry_event::get_merging_value |
( |
| ) |
const |
Returns the incoming merging value of the entry event.
- Returns
- merging value
◆ get_name()
const std::string & hazelcast::client::entry_event::get_name |
( |
| ) |
const |
Returns the name of the map for this event.
- Returns
- name of the map.
◆ get_old_value()
const typed_data & hazelcast::client::entry_event::get_old_value |
( |
| ) |
const |
Returns the old value of the entry event.
- Returns
- The older value for the entry
◆ get_value()
const typed_data & hazelcast::client::entry_event::get_value |
( |
| ) |
const |
Returns the value of the entry event.
- Returns
- The value of for the entry
The documentation for this class was generated from the following files:
- hazelcast/include/hazelcast/client/entry_event.h
- hazelcast/src/hazelcast/client/proxy.cpp