Package | Description |
---|---|
org.elasticsearch.discovery.zen | |
org.elasticsearch.discovery.zen.ping | |
org.elasticsearch.discovery.zen.ping.unicast |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ZenPingService(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
NetworkService networkService,
ElectMasterService electMasterService,
Set<UnicastHostsProvider> unicastHostsProviders) |
ZenPingService(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
NetworkService networkService,
Version version,
ElectMasterService electMasterService,
Set<UnicastHostsProvider> unicastHostsProviders) |
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–2015. All rights reserved.