public class

ParticipantHealthReportCollectorImpl

extends Object
implements ParticipantHealthReportCollector
java.lang.Object
   ↳ org.apache.helix.healthcheck.ParticipantHealthReportCollectorImpl

Summary

Public Constructors
ParticipantHealthReportCollectorImpl(HelixManager helixManager, String instanceName)
Public Methods
void addHealthReportProvider(HealthReportProvider provider)
void removeHealthReportProvider(HealthReportProvider provider)
void reportHealthReportMessage(ZNRecord healthCheckInfoUpdate)
synchronized void transmitHealthReports()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.helix.healthcheck.ParticipantHealthReportCollector

Public Constructors

public ParticipantHealthReportCollectorImpl (HelixManager helixManager, String instanceName)

Public Methods

public void addHealthReportProvider (HealthReportProvider provider)

public void removeHealthReportProvider (HealthReportProvider provider)

public void reportHealthReportMessage (ZNRecord healthCheckInfoUpdate)

public synchronized void transmitHealthReports ()