E - the type of elements maintained by this listpublic interface TransactionalList<E> extends TransactionalObject
IList.
 
 Supports split brain protection SplitBrainProtectionConfig since 3.10 in
 cluster versions 3.10 and higher.
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
add(E e)
Adds a new item to the transactional list. 
 | 
boolean | 
remove(E e)
Removes an item from the transactional list. 
 | 
int | 
size()
Returns the size of the list. 
 | 
destroy, getName, getPartitionKey, getServiceNameboolean add(E e)
e - the new item added to the transactional listtrue if the item is added successfullyboolean remove(E e)
e - item to remove the transactional listtrue if the item is removed successfullyint size()
Copyright © 2022 Hazelcast, Inc.. All rights reserved.