public interface NodeInfo
| Modifier and Type | Method and Description | 
|---|---|
| Object | get(String property)Returns a given property of the node. | 
| String | getName()Returns the node's cluster-wide unique name. | 
| short | getNodeId()Returns the node's ID. | 
| Collection<String> | getProperties()Returns a collection of all of this node's property names. | 
String getName()
short getNodeId()
Object get(String property)
property - The name of the property whose value we want.Collection<String> getProperties()