Abstracts the Hazelcast data structures with Near Cache support for the Near Cache usage.
More...
#include <IMapDataStructureAdapter.h>
|
| IMapDataStructureAdapter (map::ClientMapProxy< K, V > &imap) |
|
void | clear () |
|
void | set (const K &key, const V &value) |
|
boost::shared_ptr< V > | put (const K &key, const V &value) |
|
boost::shared_ptr< V > | get (const K &key) |
|
void | putAll (const std::map< K, V > entries) |
|
std::map< K, V > | getAll (const std::set< K > &keys) |
|
void | remove (const K &key) |
|
bool | containsKey (const K &key) const |
|
template<typename K, typename V>
class hazelcast::client::internal::adapter::IMapDataStructureAdapter< K, V >
Abstracts the Hazelcast data structures with Near Cache support for the Near Cache usage.
The documentation for this class was generated from the following file: