public class CacheDistributedObject extends AbstractDistributedObject<CacheService>
PARTITIONING_STRATEGY
Modifier | Constructor and Description |
---|---|
protected |
CacheDistributedObject(String name,
NodeEngine nodeEngine,
CacheService 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, getId, getNameAsPartitionAwareData, getNodeEngine, getPartitionKey, getService, hashCode, invalidate, throwNotActiveException
protected CacheDistributedObject(String name, NodeEngine nodeEngine, CacheService service)
public String getName()
DistributedObject
public String getServiceName()
DistributedObject
getServiceName
in interface DistributedObject
getServiceName
in class AbstractDistributedObject<CacheService>
protected void postDestroy()
postDestroy
in class AbstractDistributedObject<CacheService>
public boolean isDestroy()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.