public interface NodeHealthIfc
Modifier and Type | Method and Description |
---|---|
boolean |
isHealthy()
This method is called to determine the state of health.
|
void |
registerThreadForHealthMonitoring(java.lang.Thread t)
This method is to be called to register a thread for
health monitoring.
|
void |
unregisterThreadFromHealthMonitoring(java.lang.Thread t)
This method is to be called to unregister a thread from
health monitoring.
|
boolean isHealthy()
void registerThreadForHealthMonitoring(java.lang.Thread t)
void unregisterThreadFromHealthMonitoring(java.lang.Thread t)