Apache Ignite C++
Namespaces | Enumerations
cache_peek_mode.h File Reference

Declares ignite::cache::CachePeekMode enum. More...

Go to the source code of this file.

Namespaces

 ignite
 Apache Ignite API.
 
 ignite::cache
 Ignite Cache API.
 

Enumerations

enum  ignite::cache::CachePeekMode {
  ignite::cache::IGNITE_PEEK_MODE_ALL = 0x01, ignite::cache::IGNITE_PEEK_MODE_NEAR = 0x02, ignite::cache::IGNITE_PEEK_MODE_PRIMARY = 0x04, ignite::cache::IGNITE_PEEK_MODE_BACKUP = 0x08,
  ignite::cache::IGNITE_PEEK_MODE_ONHEAP = 0x10, ignite::cache::IGNITE_PEEK_MODE_OFFHEAP = 0x20, ignite::cache::IGNITE_PEEK_MODE_SWAP = 0x40
}
 Enumeration of all supported cache peek modes. More...
 

Detailed Description

Declares ignite::cache::CachePeekMode enum.