Interface NodesSniffer

All Known Implementing Classes:
OpenSearchNodesSniffer

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

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