org.elasticsearch.discovery.zen.ping.unicast
Interface UnicastHostsProvider


public interface UnicastHostsProvider

A pluggable provider of the list of unicast hosts to use for unicast discovery.


Method Summary
 List<DiscoveryNode> buildDynamicNodes()
          Builds the dynamic list of unicast hosts to be used for unicast discovery.
 

Method Detail

buildDynamicNodes

List<DiscoveryNode> buildDynamicNodes()
Builds the dynamic list of unicast hosts to be used for unicast discovery.



Copyright © 2009-2012. All Rights Reserved.