| Package | Description |
|---|---|
| org.elasticsearch.discovery | |
| org.elasticsearch.discovery.zen | |
| org.elasticsearch.discovery.zen.ping.unicast |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryModule.addElectMasterService(String type,
Class<? extends ElectMasterService> masterService)
Adds a custom zen master service type.
|
| Constructor and Description |
|---|
ZenDiscovery(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
TransportService transportService,
ClusterService clusterService,
NodeSettingsService nodeSettingsService,
ZenPingService pingService,
ElectMasterService electMasterService,
DiscoverySettings discoverySettings) |
| 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.