Interface Health

All Known Implementing Classes:
HealthImpl

public interface Health
An entry point for checking health status.
Since:
9.0
Author:
Sebastian Ɓaskawiec
  • Method Details

    • getClusterHealth

      ClusterHealth getClusterHealth()
      Returns Cluster health.
    • getCacheHealth

      List<CacheHealth> getCacheHealth()
      Returns per cache health.
    • getCacheHealth

      List<CacheHealth> getCacheHealth(Set<String> cacheNames)
      Returns per cache health for the provided cache names.
      Parameters:
      cacheNames -
    • getHostInfo

      HostInfo getHostInfo()
      Gets basic information about the host.