Hazelcast C++ Client
|
Type of entry event. More...
#include <EntryEvent.h>
Public Types | |
enum | Type { UNDEFINED = 0, ADDED = 1, REMOVED = 1 << 1, UPDATED = 1 << 2, EVICTED = 1 << 3, EVICT_ALL = 1 << 4, CLEAR_ALL = 1 << 5, MERGED = 1 << 6, EXPIRED = 1 << 7, INVALIDATION = 1 << 8, ALL = 0xFF } |
Type enum. | |
Public Member Functions | |
EntryEventType () | |
Constructor. | |
EntryEventType (Type value) | |
Constructor. | |
operator int () const | |
cast to int. | |
void | operator= (int i) |
copy method. | |
Public Attributes | |
Type | value |
Type value. | |
Type of entry event.