Class ClusterBootstrapService
java.lang.Object
org.opensearch.cluster.coordination.ClusterBootstrapService
Service for bootstrapping the OpenSearch cluster
- Opensearch.internal:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClusterBootstrapService
(Settings settings, TransportService transportService, Supplier<Iterable<DiscoveryNode>> discoveredNodesSupplier, BooleanSupplier isBootstrappedSupplier, Consumer<CoordinationMetadata.VotingConfiguration> votingConfigurationConsumer) -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
discoveryIsConfigured
(Settings settings) static boolean
isBootstrapPlaceholder
(String nodeId)
-
Field Details
-
INITIAL_MASTER_NODES_SETTING
-
INITIAL_CLUSTER_MANAGER_NODES_SETTING
-
UNCONFIGURED_BOOTSTRAP_TIMEOUT_SETTING
public static final Setting<org.opensearch.common.unit.TimeValue> UNCONFIGURED_BOOTSTRAP_TIMEOUT_SETTING
-
-
Constructor Details
-
ClusterBootstrapService
public ClusterBootstrapService(Settings settings, TransportService transportService, Supplier<Iterable<DiscoveryNode>> discoveredNodesSupplier, BooleanSupplier isBootstrappedSupplier, Consumer<CoordinationMetadata.VotingConfiguration> votingConfigurationConsumer)
-
-
Method Details
-
discoveryIsConfigured
-
isBootstrapPlaceholder
-