long |
WatchdogServer.registerNode(long nodeId,
String host,
WatchdogClient client,
int jmxPort)
Registers a node with the corresponding nodeId, host,
and client, and returns the interval (in milliseconds) that this
watchdog must be notified, via the renewNode method,
in order for the specified node to be considered alive. |
long |
WatchdogServerImpl.registerNode(long nodeId,
String host,
WatchdogClient client,
int jmxPort)
Registers a node with the corresponding nodeId, host,
and client, and returns the interval (in milliseconds) that this
watchdog must be notified, via the renewNode method,
in order for the specified node to be considered alive. |