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