Class ClusterBootstrapService
- java.lang.Object
-
- org.elasticsearch.cluster.coordination.ClusterBootstrapService
-
public class ClusterBootstrapService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Setting<List<String>>INITIAL_MASTER_NODES_SETTINGstatic Setting<TimeValue>UNCONFIGURED_BOOTSTRAP_TIMEOUT_SETTING
-
Constructor Summary
Constructors Constructor Description ClusterBootstrapService(Settings settings, TransportService transportService, Supplier<Iterable<DiscoveryNode>> discoveredNodesSupplier, BooleanSupplier isBootstrappedSupplier, Consumer<CoordinationMetaData.VotingConfiguration> votingConfigurationConsumer)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleandiscoveryIsConfigured(Settings settings)static booleanisBootstrapPlaceholder(String nodeId)
-
-
-
Constructor Detail
-
ClusterBootstrapService
public ClusterBootstrapService(Settings settings, TransportService transportService, Supplier<Iterable<DiscoveryNode>> discoveredNodesSupplier, BooleanSupplier isBootstrappedSupplier, Consumer<CoordinationMetaData.VotingConfiguration> votingConfigurationConsumer)
-
-