public class ClientTxnSetProxy<E> extends AbstractClientTxnCollectionProxy<E> implements TransactionalSet<E>
| Constructor and Description |
|---|
ClientTxnSetProxy(String name,
ClientTransactionContext transactionContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
void |
destroy() |
Object |
getId() |
String |
getPartitionKey() |
String |
getServiceName() |
boolean |
remove(E e) |
int |
size() |
getName, throwExceptionIfNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, getId, getName, getPartitionKeypublic ClientTxnSetProxy(String name, ClientTransactionContext transactionContext)
public boolean add(E e)
add in interface TransactionalSet<E>public boolean remove(E e)
remove in interface TransactionalSet<E>public int size()
size in interface TransactionalSet<E>public String getServiceName()
getServiceName in interface DistributedObjectpublic final void destroy()
destroy in interface DistributedObjectpublic Object getId()
getId in interface DistributedObjectpublic String getPartitionKey()
getPartitionKey in interface DistributedObjectCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.