Map events common contract.
More...
#include <map_event.h>
|
std::ostream HAZELCAST_API & | operator<< (std::ostream &os, const map_event &event) |
|
Map events common contract.
Definition at line 37 of file map_event.h.
◆ get_event_type()
entry_event::type hazelcast::client::map_event::get_event_type |
( |
| ) |
const |
Return the event type.
- Returns
- event type
Definition at line 1808 of file proxy.cpp.
◆ get_member()
const member & hazelcast::client::map_event::get_member |
( |
| ) |
const |
Returns the member fired this event.
- Returns
- the member fired this event.
Definition at line 1804 of file proxy.cpp.
◆ get_name()
const std::string & hazelcast::client::map_event::get_name |
( |
| ) |
const |
Returns the name of the map for this event.
- Returns
- name of the map.
Definition at line 1812 of file proxy.cpp.
◆ get_number_of_entries_affected()
int hazelcast::client::map_event::get_number_of_entries_affected |
( |
| ) |
const |
Returns the number of entries affected by this event.
- Returns
- number of entries affected.
Definition at line 1816 of file proxy.cpp.
1817 return number_of_entries_affected_;
The documentation for this class was generated from the following files: