Class HealthApiStats

java.lang.Object
org.elasticsearch.health.stats.HealthApiStats

public class HealthApiStats extends Object
This class tracks the health api calls and counts the statuses that have been encountered along with the unhealthy indicators and diagnoses.
  • Constructor Details

    • HealthApiStats

      public HealthApiStats()
  • Method Details

    • track

      public void track(boolean verbose, GetHealthAction.Response response)
    • hasCounters

      public boolean hasCounters()
    • getStats

      public Counters getStats()