Package com.hazelcast.core
Interface PrefixedDistributedObject
-
- All Superinterfaces:
DistributedObject
- All Known Subinterfaces:
ICache<K,V>
public interface PrefixedDistributedObject extends DistributedObject
Contact point for specialDistributedObject
's which has prefixed name.- See Also:
ICache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPrefixedName()
Returns the unique prefixed name for this DistributedObject.-
Methods inherited from interface com.hazelcast.core.DistributedObject
destroy, getDestroyContextForTenant, getName, getPartitionKey, getServiceName
-
-