Interface NodesSniffer

  • All Known Implementing Classes:
    ElasticsearchNodesSniffer

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

      • sniff

        java.util.List<Node> sniff()
                            throws java.io.IOException
        Returns the sniffed Elasticsearch nodes.
        Throws:
        java.io.IOException