| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.client.txn.proxy.AbstractClientTxnCollectionProxy<E>
com.hazelcast.client.txn.proxy.ClientTxnSetProxy<E>
public class ClientTxnSetProxy<E>
| Constructor Summary | |
|---|---|
ClientTxnSetProxy(String name,
                  TransactionContextProxy proxy)
 | 
|
| Method Summary | |
|---|---|
 boolean | 
add(E e)
Add new item to transactional set.  | 
 void | 
destroy()
Destroys this object cluster-wide.  | 
 Object | 
getId()
Returns the unique id for this object.  | 
 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.  | 
| Methods inherited from class com.hazelcast.client.txn.proxy.AbstractClientTxnCollectionProxy | 
|---|
getName, throwExceptionIfNull | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface com.hazelcast.core.DistributedObject | 
|---|
destroy, getId, getName, getPartitionKey | 
| Constructor Detail | 
|---|
public ClientTxnSetProxy(String name,
                         TransactionContextProxy proxy)
| Method Detail | 
|---|
public boolean add(E e)
TransactionalSet
add in interface TransactionalSet<E>e - item added to transactional set
public boolean remove(E e)
TransactionalSet
remove in interface TransactionalSet<E>e - item removed from transactional set
public int size()
TransactionalSet
size in interface TransactionalSet<E>public String getServiceName()
DistributedObject
getServiceName in interface DistributedObjectpublic final void destroy()
DistributedObject
destroy in interface DistributedObjectpublic Object getId()
DistributedObject
getId in interface DistributedObjectpublic String getPartitionKey()
DistributedObjectIAtomicLong. For a partitioned data structure like an IMap,
 the returned value will not be null, but otherwise undefined.
getPartitionKey in interface DistributedObject
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||