public class ClusterHealthCheckThread extends Periodical
| Constructor and Description |
|---|
ClusterHealthCheckThread(NotificationService notificationService,
InputRegistry inputRegistry,
NodeId nodeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
doRun() |
int |
getInitialDelaySeconds() |
protected org.slf4j.Logger |
getLogger() |
protected Notification |
getNotification() |
int |
getPeriodSeconds() |
boolean |
isDaemon() |
boolean |
masterOnly() |
boolean |
runsForever() |
boolean |
startOnThisNode() |
boolean |
stopOnGracefulShutdown() |
getParallelism, initialize, run@Inject public ClusterHealthCheckThread(NotificationService notificationService, InputRegistry inputRegistry, NodeId nodeId)
public void doRun()
doRun in class Periodicalprotected org.slf4j.Logger getLogger()
getLogger in class Periodicalprotected Notification getNotification() throws NodeNotFoundException
NodeNotFoundExceptionpublic boolean runsForever()
runsForever in class Periodicalpublic boolean isDaemon()
isDaemon in class Periodicalpublic boolean stopOnGracefulShutdown()
stopOnGracefulShutdown in class Periodicalpublic boolean masterOnly()
masterOnly in class Periodicalpublic boolean startOnThisNode()
startOnThisNode in class Periodicalpublic int getInitialDelaySeconds()
getInitialDelaySeconds in class Periodicalpublic int getPeriodSeconds()
getPeriodSeconds in class PeriodicalCopyright © 2012-2015 Graylog, Inc.. All Rights Reserved.