Interface ClusterHealth

All Superinterfaces:
org.infinispan.commons.dataconversion.internal.JsonSerialization

public interface ClusterHealth extends org.infinispan.commons.dataconversion.internal.JsonSerialization
Cluster health information.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the cluster.
    Returns total cluster health.
    Returns node names.
    int
    Returns the number of nodes in the cluster.

    Methods inherited from interface org.infinispan.commons.dataconversion.internal.JsonSerialization

    toJson
  • Method Details

    • getHealthStatus

      HealthStatus getHealthStatus()
      Returns total cluster health.
    • getClusterName

      String getClusterName()
      Returns the name of the cluster.
    • getNumberOfNodes

      int getNumberOfNodes()
      Returns the number of nodes in the cluster.
    • getNodeNames

      List<String> getNodeNames()
      Returns node names.