Transactional implementation of MultiMap.
More...
#include <RawPointerTransactionalMultiMap.h>
|
| RawPointerTransactionalMultiMap (TransactionalMultiMap< K, V > &m) |
|
bool | put (const K &key, const V &value) |
| Transactional implementation of Multimap::put(key , value). More...
|
|
std::auto_ptr< DataArray< K > > | get (const K &key) |
| Transactional implementation of Multimap::get(key). More...
|
|
bool | remove (const K &key, const V &value) |
| Transactional implementation of Multimap::remove(key , value). More...
|
|
std::auto_ptr< DataArray< V > > | remove (const K &key) |
| Transactional implementation of Multimap::remove(key). More...
|
|
int | valueCount (const K &key) |
| Transactional implementation of Multimap::valueCount(key). More...
|
|
int | size () |
| Transactional implementation of Multimap::size(). More...
|
|
template<typename K, typename V>
class hazelcast::client::adaptor::RawPointerTransactionalMultiMap< K, V >
Transactional implementation of MultiMap.
- See also
- MultiMap
- Parameters
-
template<typename K , typename V >
Transactional implementation of Multimap::get(key).
- See also
- Multimap::get(key)
template<typename K , typename V >
Transactional implementation of Multimap::put(key , value).
- See also
- Multimap::put(key , value)
template<typename K , typename V >
Transactional implementation of Multimap::remove(key , value).
- See also
- Multimap::remove(key , value)
template<typename K , typename V >
Transactional implementation of Multimap::remove(key).
- See also
- Multimap::remove(key)
template<typename K , typename V >
Transactional implementation of Multimap::size().
- See also
- Multimap::size()
template<typename K , typename V >
Transactional implementation of Multimap::valueCount(key).
- See also
- Multimap::valueCount(key)
The documentation for this class was generated from the following file: