E - the type of elements in this setpublic class ClientTxnSetProxy<E> extends Object implements TransactionalSet<E>
TransactionalSet.| Constructor and Description |
|---|
ClientTxnSetProxy(String name,
ClientTransactionContext transactionContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
void |
destroy() |
String |
getName() |
String |
getPartitionKey() |
String |
getServiceName() |
boolean |
remove(E e) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, 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 String getName()
getName in interface DistributedObjectpublic String getPartitionKey()
getPartitionKey in interface DistributedObjectpublic final void destroy()
destroy in interface DistributedObjectCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.