com.hazelcast.client.txn.proxy
Class ClientTxnSetProxy<E>
java.lang.Object
com.hazelcast.client.txn.proxy.AbstractClientTxnCollectionProxy<E>
com.hazelcast.client.txn.proxy.ClientTxnSetProxy<E>
- All Implemented Interfaces:
- DistributedObject, TransactionalSet<E>, TransactionalObject
public class ClientTxnSetProxy<E>
- extends AbstractClientTxnCollectionProxy<E>
- implements TransactionalSet<E>
- Author:
- ali 6/11/13
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientTxnSetProxy
public ClientTxnSetProxy(String name,
TransactionContextProxy proxy)
add
public boolean add(E e)
- Specified by:
add in interface TransactionalSet<E>
remove
public boolean remove(E e)
- Specified by:
remove in interface TransactionalSet<E>
size
public int size()
- Specified by:
size in interface TransactionalSet<E>
getServiceName
public String getServiceName()
- Specified by:
getServiceName in interface DistributedObject
destroy
public final void destroy()
- Specified by:
destroy in interface DistributedObject
getId
public Object getId()
- Specified by:
getId in interface DistributedObject
getPartitionKey
public String getPartitionKey()
- Specified by:
getPartitionKey in interface DistributedObject
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.