public class TransactionalSetProxy<E> extends AbstractTransactionalCollectionProxy<SetService,E> implements TransactionalSet<E>
itemIdSet, name, partitionId, tx
PARTITIONING_STRATEGY
Constructor and Description |
---|
TransactionalSetProxy(String name,
TransactionSupport tx,
NodeEngine nodeEngine,
SetService service) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E e)
Add new item to transactional set.
|
protected Collection<CollectionItem> |
getCollection() |
String |
getServiceName()
Returns the service name for this object.
|
checkTransactionState, getName, remove, size, throwExceptionIfNull
destroy, equals, getId, getNameAsPartitionAwareData, getNodeEngine, getPartitionKey, getService, hashCode, invalidate, postDestroy, throwNotActiveException, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
remove, size
destroy, getId, getName, getPartitionKey
public TransactionalSetProxy(String name, TransactionSupport tx, NodeEngine nodeEngine, SetService service)
public boolean add(E e)
TransactionalSet
add
in interface TransactionalSet<E>
add
in class AbstractTransactionalCollectionProxy<SetService,E>
e
- item added to transactional setpublic String getServiceName()
DistributedObject
getServiceName
in interface DistributedObject
getServiceName
in class AbstractDistributedObject<SetService>
protected Collection<CollectionItem> getCollection()
getCollection
in class AbstractTransactionalCollectionProxy<SetService,E>
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.