Package com.hazelcast.core
Interface PrefixedDistributedObject
- All Superinterfaces:
DistributedObject
- All Known Subinterfaces:
ICache<K,
V>
Contact point for special
DistributedObject
's which has prefixed name.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the unique prefixed name for this DistributedObject.Methods inherited from interface com.hazelcast.core.DistributedObject
destroy, getDestroyContextForTenant, getName, getPartitionKey, getServiceName
-
Method Details
-
getPrefixedName
String getPrefixedName()Returns the unique prefixed name for this DistributedObject. The returned value will never be null.- Returns:
- the unique prefixed name for this object.
-