Class ClusterBootstrapService
java.lang.Object
org.elasticsearch.cluster.coordination.ClusterBootstrapService
-
Field Summary
-
Constructor Summary
ConstructorDescriptionClusterBootstrapService(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
-
UNCONFIGURED_BOOTSTRAP_TIMEOUT_SETTING
public static final Setting<org.elasticsearch.core.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
-