 |
GridGain C++
|
Go to the documentation of this file.
22 #ifndef _IGNITE_CACHE_CACHE_PEEK_MODE
23 #define _IGNITE_CACHE_CACHE_PEEK_MODE
78 #endif //_IGNITE_CACHE_CACHE_PEEK_MODE
Ignite API.
Definition: cache.h:47
@ NEAR_CACHE
Peek into near cache only (don't peek into partitioned cache).
Definition: core/include/ignite/cache/cache_peek_mode.h:45
@ ONHEAP
Peeks value from the on-heap storage only.
Definition: core/include/ignite/cache/cache_peek_mode.h:62
@ SWAP
Peeks value from the swap storage only, without loading swapped value into cache.
Definition: core/include/ignite/cache/cache_peek_mode.h:72
@ OFFHEAP
Peeks value from the off-heap storage only, without loading off-heap value into cache.
Definition: core/include/ignite/cache/cache_peek_mode.h:67
@ BACKUP
Peek value from backup copies of partitioned cache only (skip near cache).
Definition: core/include/ignite/cache/cache_peek_mode.h:57
Type
Definition: core/include/ignite/cache/cache_peek_mode.h:34
@ PRIMARY
Peek value from primary copy of partitioned cache only (skip near cache).
Definition: core/include/ignite/cache/cache_peek_mode.h:51
Enumeration of all supported cache peek modes.
Definition: core/include/ignite/cache/cache_peek_mode.h:32
@ ALL
Peeks into all available cache storages.
Definition: core/include/ignite/cache/cache_peek_mode.h:39