Hazelcast C++ Client
Public Member Functions | List of all members
hazelcast::client::internal::adapter::IMapDataStructureAdapter< K, V > Class Template Reference

Abstracts the Hazelcast data structures with Near Cache support for the Near Cache usage. More...

#include <IMapDataStructureAdapter.h>

+ Inheritance diagram for hazelcast::client::internal::adapter::IMapDataStructureAdapter< K, V >:

Public Member Functions

 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
 

Detailed Description

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: