Transactional implementation of MultiMap.
More...
#include <TransactionalMultiMap.h>
|
bool | put (const K &key, const V &value) |
| Transactional implementation of Multimap::put(key , value). More...
|
|
std::vector< V > | 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::vector< 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::TransactionalMultiMap< 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: