|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionalSet<E>
Transactional implementation of ISet
.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.hazelcast.core.DistributedObject |
---|
destroy, getId, getName, getPartitionKey, getServiceName |
Method Detail |
---|
boolean add(E e)
e
- item added to transactional set
boolean remove(E e)
e
- item removed from transactional set
int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |