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 35 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 2660 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 2654 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 2666 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 2672 of file proxy.cpp.
 2674     return number_of_entries_affected_;
 
 
 
 
The documentation for this class was generated from the following files: