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)Remove item from transactional set. | 
| int | size()Returns the size of the set. | 
destroy, getName, getPartitionKey, getServiceNameboolean add(E e)
e - item added to transactional setboolean remove(E e)
e - item removed from transactional setint size()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.