Interface SeedHostsProvider.HostsResolver

Enclosing interface:
SeedHostsProvider

public static interface SeedHostsProvider.HostsResolver
Helper object that allows to resolve a list of hosts to a list of transport addresses. Each host is resolved into a transport address
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.opensearch.core.common.transport.TransportAddress>
     
  • Method Details

    • resolveHosts

      List<org.opensearch.core.common.transport.TransportAddress> resolveHosts(List<String> hosts)