E - the type of elements in this listpublic class ClientTxnListProxy<E> extends Object implements TransactionalList<E>
TransactionalList.| Constructor and Description |
|---|
ClientTxnListProxy(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 ClientTxnListProxy(String name, ClientTransactionContext transactionContext)
public String getServiceName()
getServiceName in interface DistributedObjectpublic boolean add(E e)
add in interface TransactionalList<E>public boolean remove(E e)
remove in interface TransactionalList<E>public int size()
size in interface TransactionalList<E>public 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.