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