![]() |
Apache Ignite C++
|
Ignite Cache API. More...
Namespaces | |
| query | |
| Contains APIs for creating and executing cache queries. | |
Classes | |
| class | Cache |
| Main entry point for all Data Grid APIs. More... | |
| class | CacheEntry |
| Cache entry. More... | |
Enumerations | |
| enum | CachePeekMode { IGNITE_PEEK_MODE_ALL = 0x01, IGNITE_PEEK_MODE_NEAR = 0x02, IGNITE_PEEK_MODE_PRIMARY = 0x04, IGNITE_PEEK_MODE_BACKUP = 0x08, IGNITE_PEEK_MODE_ONHEAP = 0x10, IGNITE_PEEK_MODE_OFFHEAP = 0x20, IGNITE_PEEK_MODE_SWAP = 0x40 } |
| Enumeration of all supported cache peek modes. More... | |
Ignite Cache API.
Enumeration of all supported cache peek modes.
1.8.9.1