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