public abstract class TransactionalQueueProxySupport<E> extends TransactionalDistributedObject<QueueService> implements TransactionalQueue<E>
| Modifier and Type | Field and Description | 
|---|---|
protected QueueConfig | 
config  | 
protected String | 
name  | 
protected int | 
partitionId  | 
txPARTITIONING_STRATEGY| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()
Returns the unique name for this DistributedObject. 
 | 
String | 
getServiceName()
Returns the service name for this object. 
 | 
int | 
size()
Returns the number of elements in this collection. 
 | 
toObjectIfNeededdestroy, equals, getDistributedObjectName, getNameAsPartitionAwareData, getNodeEngine, getOperationService, getPartitionId, getPartitionKey, getService, hashCode, invalidate, invokeOnPartition, postDestroy, preDestroy, throwNotActiveException, toData, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitoffer, offer, peek, peek, poll, poll, takedestroy, getPartitionKeyprotected final String name
protected final int partitionId
protected final QueueConfig config
public String getName()
DistributedObjectDistributedObjectUtil.getName(DistributedObject)
 because this might be also a PrefixedDistributedObject.getName in interface DistributedObjectpublic final String getServiceName()
DistributedObjectgetServiceName in interface DistributedObjectgetServiceName in class AbstractDistributedObject<QueueService>public int size()
TransactionalQueueCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.