| Package | Description |
|---|---|
| org.elasticsearch.discovery | |
| org.elasticsearch.discovery.zen.ping.unicast |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryModule.addUnicastHostProvider(Class<? extends UnicastHostsProvider> unicastHostProvider)
Adds a custom unicast hosts provider to build a dynamic list of unicast hosts list when doing unicast discovery.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnicastZenPing.addHostsProvider(UnicastHostsProvider provider) |
void |
UnicastZenPing.removeHostsProvider(UnicastHostsProvider provider) |
| Constructor and Description |
|---|
UnicastZenPing(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
Version version,
ElectMasterService electMasterService,
Set<UnicastHostsProvider> unicastHostsProviders) |
Copyright © 2009–2017. All rights reserved.