Package com.hazelcast.core
Class DistributedObjectUtil
java.lang.Object
com.hazelcast.core.DistributedObjectUtil
Utility class for
DistributedObject
.-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getName
(DistributedObject distributedObject) Gets the name of the given distributed object.
-
Method Details
-
getName
Gets the name of the given distributed object.- Parameters:
distributedObject
- theDistributedObject
instance whose name is requested- Returns:
- name of the given distributed object
-