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)
Add new item to transactional set.
|
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.
|
String |
getServiceName()
Returns the service name for this object.
|
boolean |
remove(E e)
Remove item from transactional set.
|
int |
size()
Returns the size of the set.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy, getName, getPartitionKey
public ClientTxnSetProxy(String name, ClientTransactionContext transactionContext)
public boolean add(E e)
TransactionalSet
add
in interface TransactionalSet<E>
e
- item added to transactional settrue
if item is added successfullypublic boolean remove(E e)
TransactionalSet
remove
in interface TransactionalSet<E>
e
- item removed from transactional settrue
if item is remove successfullypublic int size()
TransactionalSet
size
in interface TransactionalSet<E>
public String getServiceName()
DistributedObject
getServiceName
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
public final void destroy()
DistributedObject
destroy
in interface DistributedObject
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.