Apache Ignite C++
Public Types | Static Public Member Functions | List of all members
ignite::cache::CacheEntryEventType Struct Reference

Cache entry event type. More...

#include <cache_entry_event.h>

Public Types

enum  T { CREATE = 0, UPDATE = 1, REMOVE = 2, EXPIRE = 3 }
 

Static Public Member Functions

static T FromInt8 (int8_t val)
 

Detailed Description

Cache entry event type.

Member Enumeration Documentation

◆ T

Enumerator
CREATE 

An event type indicating that the cache entry was created.

UPDATE 

An event type indicating that the cache entry was updated.

i.e. a previous

REMOVE 

An event type indicating that the cache entry was removed.

EXPIRE 

An event type indicating that the cache entry was removed by expiration policy.


The documentation for this struct was generated from the following file: