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...
|
| |
|
|
class | TransactionContext |
| |
|
class | adaptor::RawPointerTransactionalMultiMap< K, V > |
| |
template<typename K, typename V>
class hazelcast::client::TransactionalMultiMap< K, V >
Transactional implementation of MultiMap.
- See also
- MultiMap
- Parameters
-
◆ get()
template<typename K, typename V>
Transactional implementation of Multimap::get(key).
- See also
- Multimap::get(key)
◆ put()
template<typename K, typename V>
Transactional implementation of Multimap::put(key , value).
- See also
- Multimap::put(key , value)
◆ remove() [1/2]
template<typename K, typename V>
Transactional implementation of Multimap::remove(key , value).
- See also
- Multimap::remove(key , value)
◆ remove() [2/2]
template<typename K, typename V>
Transactional implementation of Multimap::remove(key).
- See also
- Multimap::remove(key)
◆ size()
template<typename K, typename V>
Transactional implementation of Multimap::size().
- See also
- Multimap::size()
◆ valueCount()
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: