Interface NodesSniffer

All Known Implementing Classes:
ElasticsearchNodesSniffer

public interface NodesSniffer
Responsible for sniffing the http hosts
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.elasticsearch.client.Node>
    Returns the sniffed Elasticsearch nodes.
  • Method Details

    • sniff

      List<org.elasticsearch.client.Node> sniff() throws IOException
      Returns the sniffed Elasticsearch nodes.
      Throws:
      IOException