 |
Apache Ignite C++
|
Go to the documentation of this file.
23 #ifndef _IGNITE_IMPL_THIN_CACHE_CACHE_PEEK_MODE
24 #define _IGNITE_IMPL_THIN_CACHE_CACHE_PEEK_MODE
77 #endif //_IGNITE_IMPL_THIN_CACHE_CACHE_PEEK_MODE
Apache Ignite API.
Definition: cache.h:48
@ ONHEAP
Peeks value from the on-heap storage only.
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:65
Enumeration of all supported cache peek modes.
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:35
@ 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:70
Type
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:37
@ ALL
Peeks into all available cache storages.
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:42
@ PRIMARY
Peek value from primary copy of partitioned cache only (skip near cache).
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:54
@ NEAR_CACHE
Peek into near cache only (don't peek into partitioned cache).
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:48
@ BACKUP
Peek value from backup copies of partitioned cache only (skip near cache).
Definition: thin-client/include/ignite/thin/cache/cache_peek_mode.h:60