Interface ClusterOperations

All Known Implementing Classes:
ClusterTemplate

public interface ClusterOperations
Elasticsearch operations on cluster level.
Since:
4.2
Author:
Peter-Josef Meisch
  • Method Summary

    Modifier and Type
    Method
    Description
    get the cluster's health status.
  • Method Details

    • health

      ClusterHealth health()
      get the cluster's health status.
      Returns:
      health information for the cluster.