Hazelcast C++ Client
 All Classes Functions Variables Enumerations Enumerator Pages
Public Types | Public Member Functions | Public Attributes | List of all members
hazelcast::client::EntryEventType Class Reference

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.
 

Detailed Description

Type of entry event.


The documentation for this class was generated from the following files: