public interface TransactionalSet<E> extends TransactionalObject
ISet.| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e)
Add new item to transactional set
|
boolean |
remove(E e)
Add item from transactional set
|
int |
size()
Returns the size of the set
|
destroy, getId, getName, getPartitionKey, getServiceNameboolean add(E e)
e - itemboolean remove(E e)
e - itemint size()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.