public abstract class TransactionalMapProxySupport extends TransactionalDistributedObject<MapService>
TransactionalMapProxy
Modifier and Type | Field and Description |
---|---|
protected MapNearCacheManager |
mapNearCacheManager |
protected MapServiceContext |
mapServiceContext |
protected String |
name |
protected boolean |
nearCacheEnabled |
protected MapOperationProvider |
operationProvider |
protected OperationService |
operationService |
protected IPartitionService |
partitionService |
protected PartitioningStrategy |
partitionStrategy |
protected InternalSerializationService |
ss |
protected Map<Data,VersionedValue> |
valueMap |
tx
PARTITIONING_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.
|
toObjectIfNeeded
destroy, equals, getDistributedObjectName, getNameAsPartitionAwareData, getNodeEngine, getOperationService, getPartitionId, getPartitionKey, getService, hashCode, invalidate, invokeOnPartition, postDestroy, preDestroy, throwNotActiveException, toData, toString
protected final Map<Data,VersionedValue> valueMap
protected final boolean nearCacheEnabled
protected final String name
protected final MapServiceContext mapServiceContext
protected final MapNearCacheManager mapNearCacheManager
protected final MapOperationProvider operationProvider
protected final PartitioningStrategy partitionStrategy
protected final IPartitionService partitionService
protected final OperationService operationService
protected final InternalSerializationService ss
public String getName()
DistributedObject
DistributedObjectUtil.getName(DistributedObject)
because this might be also a PrefixedDistributedObject
.public final String getServiceName()
DistributedObject
getServiceName
in interface DistributedObject
getServiceName
in class AbstractDistributedObject<MapService>
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.