Uses of Interface
org.elasticsearch.discovery.SeedHostsProvider
-
Packages that use SeedHostsProvider Package Description org.elasticsearch.cluster.coordination org.elasticsearch.discovery org.elasticsearch.discovery.zen org.elasticsearch.plugins -
-
Uses of SeedHostsProvider in org.elasticsearch.cluster.coordination
Constructors in org.elasticsearch.cluster.coordination with parameters of type SeedHostsProvider Constructor Description Coordinator(String nodeName, Settings settings, ClusterSettings clusterSettings, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, AllocationService allocationService, MasterService masterService, Supplier<CoordinationState.PersistedState> persistedStateSupplier, SeedHostsProvider seedHostsProvider, ClusterApplier clusterApplier, Collection<BiConsumer<DiscoveryNode,ClusterState>> onJoinValidators, Random random, RerouteService rerouteService, ElectionStrategy electionStrategy) -
Uses of SeedHostsProvider in org.elasticsearch.discovery
Classes in org.elasticsearch.discovery that implement SeedHostsProvider Modifier and Type Class Description classFileBasedSeedHostsProviderAn implementation ofSeedHostsProviderthat reads hosts/ports fromFileBasedSeedHostsProvider.UNICAST_HOSTS_FILE.classSettingsBasedSeedHostsProviderAn implementation ofSeedHostsProviderthat reads hosts/ports from the "discovery.seed_hosts" node setting.Constructors in org.elasticsearch.discovery with parameters of type SeedHostsProvider Constructor Description SeedHostsResolver(String nodeName, Settings settings, TransportService transportService, SeedHostsProvider seedProvider) -
Uses of SeedHostsProvider in org.elasticsearch.discovery.zen
Methods in org.elasticsearch.discovery.zen with parameters of type SeedHostsProvider Modifier and Type Method Description protected ZenPingZenDiscovery. newZenPing(Settings settings, ThreadPool threadPool, TransportService transportService, SeedHostsProvider hostsProvider)Constructors in org.elasticsearch.discovery.zen with parameters of type SeedHostsProvider Constructor Description UnicastZenPing(Settings settings, ThreadPool threadPool, TransportService transportService, SeedHostsProvider seedHostsProvider, PingContextProvider contextProvider)ZenDiscovery(Settings settings, ThreadPool threadPool, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, MasterService masterService, ClusterApplier clusterApplier, ClusterSettings clusterSettings, SeedHostsProvider hostsProvider, AllocationService allocationService, Collection<BiConsumer<DiscoveryNode,ClusterState>> onJoinValidators, RerouteService rerouteService) -
Uses of SeedHostsProvider in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type SeedHostsProvider Modifier and Type Method Description default Map<String,Supplier<SeedHostsProvider>>DiscoveryPlugin. getSeedHostProviders(TransportService transportService, NetworkService networkService)Returns providers of seed hosts for discovery.
-