Hazelcast C++ Client
|
Map events common contract. More...
#include <map_event.h>
Public Member Functions | |
map_event (member &&member, entry_event::type event_type, const std::string &name, int number_of_entries_affected) | |
Constructor. | |
const member & | get_member () const |
Returns the member fired this event. More... | |
entry_event::type | get_event_type () const |
Return the event type. More... | |
const std::string & | get_name () const |
Returns the name of the map for this event. More... | |
int | get_number_of_entries_affected () const |
Returns the number of entries affected by this event. More... | |
Friends | |
std::ostream HAZELCAST_API & | operator<< (std::ostream &os, const map_event &event) |
Map events common contract.
entry_event::type hazelcast::client::map_event::get_event_type | ( | ) | const |
Return the event type.
const member & hazelcast::client::map_event::get_member | ( | ) | const |
Returns the member fired this event.
const std::string & hazelcast::client::map_event::get_name | ( | ) | const |
Returns the name of the map for this event.
int hazelcast::client::map_event::get_number_of_entries_affected | ( | ) | const |
Returns the number of entries affected by this event.