public interface

HealthStateChangeListener

org.apache.helix.HealthStateChangeListener
Known Indirect Subclasses

Class Overview

Interface to implement to listen for when a health status event is triggered.

Summary

Public Methods
abstract void onHealthChange(String instanceName, List<HealthStat> reports, NotificationContext changeContext)
Invoked when health stats change

Public Methods

public abstract void onHealthChange (String instanceName, List<HealthStat> reports, NotificationContext changeContext)

Invoked when health stats change

Parameters
instanceName the instance where the health status changed
reports the health statuses
changeContext event properties and state