Uses of Class
org.elasticsearch.node.NodeValidationException
-
Packages that use NodeValidationException Package Description org.elasticsearch.node -
-
Uses of NodeValidationException in org.elasticsearch.node
Methods in org.elasticsearch.node that throw NodeValidationException Modifier and Type Method Description NodeNode. start()Start the node.protected voidNode. validateNodeBeforeAcceptingRequests(BootstrapContext context, BoundTransportAddress boundTransportAddress, List<BootstrapCheck> bootstrapChecks)Hook for validating the node after network services are started but before the cluster service is started and before the network service starts accepting incoming network requests.
-