public class ClientTxnListProxy<E> extends AbstractClientTxnCollectionProxy<E> implements TransactionalList<E>
| Constructor and Description |
|---|
ClientTxnListProxy(String name,
TransactionContextProxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e)
Add new item to transactional list
|
void |
destroy()
Destroys this object cluster-wide.
|
Object |
getId()
Returns the unique id for this object.
|
String |
getPartitionKey()
Returns the key of partition this DistributedObject is assigned to.
|
String |
getServiceName()
Returns the service name for this object.
|
boolean |
remove(E e)
Add item from transactional list
|
int |
size()
Returns the size of the list
|
getName, throwExceptionIfNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, getId, getName, getPartitionKeypublic ClientTxnListProxy(String name, TransactionContextProxy proxy)
public String getServiceName()
DistributedObjectgetServiceName in interface DistributedObjectpublic boolean add(E e)
TransactionalListadd in interface TransactionalList<E>e - itempublic boolean remove(E e)
TransactionalListremove in interface TransactionalList<E>e - itempublic int size()
TransactionalListsize in interface TransactionalList<E>public final void destroy()
DistributedObjectdestroy in interface DistributedObjectpublic Object getId()
DistributedObjectgetId in interface DistributedObjectpublic String getPartitionKey()
DistributedObjectgetPartitionKey in interface DistributedObjectCopyright © 2021 Hazelcast, Inc.. All rights reserved.