public interface DistributedObject
destroy() is called first.
 Note: Failure to destroy after use is complete will lead to memory leaks.IMap, 
IQueue, 
MultiMap, 
ITopic, 
ILock, 
IExecutorService, 
TransactionalMap, 
TransactionalQueue, 
TransactionalMultiMap| Modifier and Type | Method and Description | 
|---|---|
void | 
destroy()
Destroys this object cluster-wide. 
 | 
Object | 
getId()
Deprecated. 
 
use  
getName() instead | 
String | 
getName()
Returns the unique name for this DistributedObject. 
 | 
String | 
getPartitionKey()
Returns the key of partition this DistributedObject is assigned to. 
 | 
String | 
getServiceName()
Returns the service name for this object. 
 | 
@Deprecated Object getId()
getName() insteadString getPartitionKey()
String getName()
String getServiceName()
void destroy()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.