GridGain 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 }
 

Static Public Member Functions

static T FromInt8 (int8_t val)
 

Detailed Description

Cache entry event type.

Member Enumeration Documentation

◆ T

Enumerator
CREATE 

Event type - Create.

UPDATE 

Event type - Update.

REMOVE 

Event type - Remove.


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