public abstract class AbstractClientTxnCollectionProxy<E> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractClientTxnCollectionProxy(String name,
TransactionContextProxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroys this object cluster-wide.
|
Object |
getId()
Returns the unique id for this object.
|
String |
getName()
Returns the unique name for this DistributedObject.
|
String |
getPartitionKey()
Returns the key of partition this DistributedObject is assigned to.
|
protected void |
throwExceptionIfNull(Object o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServiceNameprotected AbstractClientTxnCollectionProxy(String name, TransactionContextProxy proxy)
public String getName()
DistributedObjectprotected void throwExceptionIfNull(Object o)
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.