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

Packages that use UnicastHostsProvider
org.elasticsearch.discovery.zen   
org.elasticsearch.discovery.zen.ping   
org.elasticsearch.discovery.zen.ping.unicast   
 

Uses of UnicastHostsProvider in org.elasticsearch.discovery.zen
 

Method parameters in org.elasticsearch.discovery.zen with type arguments of type UnicastHostsProvider
 ZenDiscoveryModule ZenDiscoveryModule.addUnicastHostProvider(Class<? extends UnicastHostsProvider> unicastHostProvider)
          Adds a custom unicast hosts provider to build a dynamic list of unicast hosts list when doing unicast discovery.
 

Uses of UnicastHostsProvider in org.elasticsearch.discovery.zen.ping
 

Constructor parameters in org.elasticsearch.discovery.zen.ping with type arguments of type UnicastHostsProvider
ZenPingService(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterName clusterName, NetworkService networkService, Set<UnicastHostsProvider> unicastHostsProviders)
           
 

Uses of UnicastHostsProvider in org.elasticsearch.discovery.zen.ping.unicast
 

Methods in org.elasticsearch.discovery.zen.ping.unicast with parameters of type UnicastHostsProvider
 void UnicastZenPing.addHostsProvider(UnicastHostsProvider provider)
           
 void UnicastZenPing.removeHostsProvider(UnicastHostsProvider provider)
           
 

Constructor parameters in org.elasticsearch.discovery.zen.ping.unicast with type arguments of type UnicastHostsProvider
UnicastZenPing(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterName clusterName, Set<UnicastHostsProvider> unicastHostsProviders)
           
 



Copyright © 2009-2012. All Rights Reserved.