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