 |
GridGain C++
|
Go to the documentation of this file.
22 #ifndef _IGNITE_IMPL_THIN_CACHE_CACHE_PEEK_MODE
23 #define _IGNITE_IMPL_THIN_CACHE_CACHE_PEEK_MODE
76 #endif //_IGNITE_IMPL_THIN_CACHE_CACHE_PEEK_MODE
Ignite API.
Definition: cache.h:47
@ ONHEAP
Peeks value from the on-heap storage only.
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:64
Enumeration of all supported cache peek modes.
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:34
@ OFFHEAP
Peeks value from the off-heap storage only, without loading off-heap value into cache.
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:69
Type
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:36
@ ALL
Peeks into all available cache storages.
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:41
@ PRIMARY
Peek value from primary copy of partitioned cache only (skip near cache).
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:53
@ NEAR_CACHE
Peek into near cache only (don't peek into partitioned cache).
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:47
@ BACKUP
Peek value from backup copies of partitioned cache only (skip near cache).
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:59