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