E
- the type of elements in this collectionpublic abstract class AbstractClientTxnCollectionProxy<E> extends Object
TransactionalObject
.Modifier | Constructor and Description |
---|---|
protected |
AbstractClientTxnCollectionProxy(String name,
ClientTransactionContext transactionContext) |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys this object cluster-wide.
|
String |
getName()
Returns the unique name for this DistributedObject.
|
String |
getPartitionKey()
Returns the key of the partition that this DistributedObject is assigned to.
|
protected String |
getTransactionId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServiceName
protected AbstractClientTxnCollectionProxy(String name, ClientTransactionContext transactionContext)
protected String getTransactionId()
public final void destroy()
DistributedObject
destroy
in interface DistributedObject
public String getName()
DistributedObject
DistributedObjectUtil.getName(DistributedObject)
because this might be also a PrefixedDistributedObject
.getName
in interface DistributedObject
public String getPartitionKey()
DistributedObject
IAtomicLong
. For a partitioned data structure like an IMap
,
the returned value will not be null, but otherwise undefined.getPartitionKey
in interface DistributedObject
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.