368369370371372373374375376377378
* Returns the management information for this node. * * @return the management information for this node */ NodeInfo getNodeInfo() { return new NodeInfo(getHostName(), getId(), isAlive(), getBackupId(), getJmxPort()); }
394395396397398399400401402403404
* Returns the management information for this node. * * @return the management information for this node */ NodeInfo getNodeInfo() { return new NodeInfo(getHostName(), getId(), getHealth(), getBackupId(), getJmxPort()); }