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, throwNotActiveExceptionprotected CacheDistributedObject(String name, NodeEngine nodeEngine, CacheService service)
public String getName()
DistributedObjectpublic String getServiceName()
DistributedObjectgetServiceName in interface DistributedObjectgetServiceName in class AbstractDistributedObject<CacheService>protected void postDestroy()
postDestroy in class AbstractDistributedObject<CacheService>public boolean isDestroy()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.