public class TransactionalListProxy<E> extends AbstractTransactionalCollectionProxy<ListService,E> implements TransactionalList<E>
itemIdSet, name, partitionId, tx
PARTITIONING_STRATEGY
Constructor and Description |
---|
TransactionalListProxy(String name,
Transaction tx,
NodeEngine nodeEngine,
ListService service) |
Modifier and Type | Method and Description |
---|---|
protected Collection<CollectionItem> |
getCollection() |
String |
getServiceName()
Returns the service name for this object.
|
add, checkObjectNotNull, checkTransactionActive, getName, remove, size
destroy, equals, getNameAsPartitionAwareData, getNodeEngine, getOperationService, getPartitionId, getPartitionKey, getService, hashCode, invalidate, postDestroy, throwNotActiveException, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, remove, size
destroy, getName, getPartitionKey
public TransactionalListProxy(String name, Transaction tx, NodeEngine nodeEngine, ListService service)
public String getServiceName()
DistributedObject
getServiceName
in interface DistributedObject
getServiceName
in class AbstractDistributedObject<ListService>
protected Collection<CollectionItem> getCollection()
getCollection
in class AbstractTransactionalCollectionProxy<ListService,E>
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.