Package org.elasticsearch.discovery
Class DiscoveryModule
- java.lang.Object
-
- org.elasticsearch.discovery.DiscoveryModule
-
public class DiscoveryModule extends java.lang.ObjectA module for loading classes for node discovery.
-
-
Field Summary
Fields Modifier and Type Field Description static Setting<java.util.List<java.lang.String>>DISCOVERY_HOSTS_PROVIDER_SETTINGstatic Setting<java.lang.String>DISCOVERY_TYPE_SETTING
-
Constructor Summary
Constructors Constructor Description DiscoveryModule(Settings settings, ThreadPool threadPool, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService, MasterService masterService, ClusterApplier clusterApplier, ClusterSettings clusterSettings, java.util.List<DiscoveryPlugin> plugins, AllocationService allocationService, java.nio.file.Path configFile)
-
Method Summary
Modifier and Type Method Description DiscoverygetDiscovery()
-
-
-
Constructor Detail
-
DiscoveryModule
public DiscoveryModule(Settings settings, ThreadPool threadPool, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService, MasterService masterService, ClusterApplier clusterApplier, ClusterSettings clusterSettings, java.util.List<DiscoveryPlugin> plugins, AllocationService allocationService, java.nio.file.Path configFile)
-
-
Method Detail
-
getDiscovery
public Discovery getDiscovery()
-
-