public class

ParticipantHealthReportTask

extends HelixTimerTask
java.lang.Object
   ↳ org.apache.helix.HelixTimerTask
     ↳ org.apache.helix.healthcheck.ParticipantHealthReportTask

Summary

Constants
int DEFAULT_REPORT_LATENCY
Public Constructors
ParticipantHealthReportTask(ParticipantHealthReportCollectorImpl healthReportCollector)
Public Methods
void start()
Start a timer task
void stop()
Stop a timer task
[Expand]
Inherited Methods
From class org.apache.helix.HelixTimerTask
From class java.lang.Object

Constants

public static final int DEFAULT_REPORT_LATENCY

Constant Value: 60000 (0x0000ea60)

Public Constructors

public ParticipantHealthReportTask (ParticipantHealthReportCollectorImpl healthReportCollector)

Public Methods

public void start ()

Start a timer task

public void stop ()

Stop a timer task