java.lang.Object
org.elasticsearch.discovery.DiscoveryModule
A module for loading classes for node discovery.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDiscoveryModule
(Settings settings, TransportService transportService, Client client, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService, MasterService masterService, ClusterApplier clusterApplier, ClusterSettings clusterSettings, List<DiscoveryPlugin> discoveryPlugins, List<ClusterCoordinationPlugin> clusterCoordinationPlugins, AllocationService allocationService, Path configFile, GatewayMetaState gatewayMetaState, RerouteService rerouteService, NodeHealthService nodeHealthService, CircuitBreakerService circuitBreakerService, CompatibilityVersions compatibilityVersions) -
Method Summary
-
Field Details
-
MULTI_NODE_DISCOVERY_TYPE
- See Also:
-
SINGLE_NODE_DISCOVERY_TYPE
- See Also:
-
LEGACY_MULTI_NODE_DISCOVERY_TYPE
Deprecated.- See Also:
-
DISCOVERY_TYPE_SETTING
-
DISCOVERY_SEED_PROVIDERS_SETTING
-
DEFAULT_ELECTION_STRATEGY
- See Also:
-
ELECTION_STRATEGY_SETTING
-
-
Constructor Details
-
DiscoveryModule
public DiscoveryModule(Settings settings, TransportService transportService, Client client, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService, MasterService masterService, ClusterApplier clusterApplier, ClusterSettings clusterSettings, List<DiscoveryPlugin> discoveryPlugins, List<ClusterCoordinationPlugin> clusterCoordinationPlugins, AllocationService allocationService, Path configFile, GatewayMetaState gatewayMetaState, RerouteService rerouteService, NodeHealthService nodeHealthService, CircuitBreakerService circuitBreakerService, CompatibilityVersions compatibilityVersions)
-
-
Method Details
-
isSingleNodeDiscovery
-
getCoordinator
-
getReconfigurator
-