Transactional implementation of iset.
More...
#include <transactional_set.h>
|
template<typename E > |
boost::future< bool > | add (const E &e) |
| Add new item to transactional set. More...
|
|
template<typename E > |
boost::future< bool > | remove (const E &e) |
| Add item from transactional set. More...
|
|
|
class | transaction_context |
|
Transactional implementation of iset.
◆ add()
template<typename E >
boost::future<bool> hazelcast::client::transactional_set::add |
( |
const E & |
e | ) |
|
|
inline |
Add new item to transactional set.
- Parameters
-
- Returns
- true if item is added successfully
◆ remove()
template<typename E >
boost::future<bool> hazelcast::client::transactional_set::remove |
( |
const E & |
e | ) |
|
|
inline |
Add item from transactional set.
- Parameters
-
- Returns
- true if item is remove successfully
The documentation for this class was generated from the following file: