public class CacheDistributedObject extends AbstractDistributedObject<ICacheService>
CacheService
and NodeEngine
.
Warning: DO NOT use this distributed object directly, instead use CacheProxy
through
CacheManager
.
PARTITIONING_STRATEGY
Modifier | Constructor and Description |
---|---|
protected |
CacheDistributedObject(String name,
NodeEngine nodeEngine,
ICacheService service) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the unique name for this DistributedObject.
|
String |
getServiceName()
Returns the service name for this object.
|
boolean |
isDestroy() |
protected void |
postDestroy() |
destroy, equals, getNameAsPartitionAwareData, getNodeEngine, getOperationService, getPartitionId, getPartitionKey, getService, hashCode, invalidate, throwNotActiveException, toString
protected CacheDistributedObject(String name, NodeEngine nodeEngine, ICacheService service)
public String getName()
DistributedObject
public String getServiceName()
DistributedObject
getServiceName
in interface DistributedObject
getServiceName
in class AbstractDistributedObject<ICacheService>
protected void postDestroy()
postDestroy
in class AbstractDistributedObject<ICacheService>
public boolean isDestroy()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.