public class

HealthStatsAggregationTask

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

Summary

Constants
int DEFAULT_HEALTH_CHECK_LATENCY
Public Constructors
HealthStatsAggregationTask(HealthStatsAggregator healthStatsAggregator, int delay, int period)
HealthStatsAggregationTask(HealthStatsAggregator healthStatsAggregator)
Public Methods
void start()
Start a timer task
synchronized 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_HEALTH_CHECK_LATENCY

Constant Value: 30000 (0x00007530)

Public Constructors

public HealthStatsAggregationTask (HealthStatsAggregator healthStatsAggregator, int delay, int period)

public HealthStatsAggregationTask (HealthStatsAggregator healthStatsAggregator)

Public Methods

public void start ()

Start a timer task

public synchronized void stop ()

Stop a timer task