public abstract class TransactionalMultiMapProxySupport<K,V> extends TransactionalDistributedObject<MultiMapService> implements TransactionalMultiMap<K,V>
| Modifier and Type | Field and Description | 
|---|---|
protected MultiMapConfig | 
config  | 
protected String | 
name  | 
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 key-value pairs in the multimap. 
 | 
toObjectIfNeededdestroy, equals, getDistributedObjectName, getNameAsPartitionAwareData, getNodeEngine, getOperationService, getPartitionId, getPartitionKey, getService, hashCode, invalidate, invokeOnPartition, postDestroy, preDestroy, throwNotActiveException, toData, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitget, put, remove, remove, valueCountdestroy, getPartitionKeyprotected final String name
protected final MultiMapConfig 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<MultiMapService>public int size()
TransactionalMultiMapsize in interface BaseMultiMap<K,V>size in interface TransactionalMultiMap<K,V>Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.