Uses of Class
org.elasticsearch.bootstrap.BootstrapContext
-
Packages that use BootstrapContext Package Description org.elasticsearch.bootstrap org.elasticsearch.node -
-
Uses of BootstrapContext in org.elasticsearch.bootstrap
Methods in org.elasticsearch.bootstrap with parameters of type BootstrapContext Modifier and Type Method Description BootstrapCheck.BootstrapCheckResultBootstrapCheck. check(BootstrapContext context)Test if the node fails the check. -
Uses of BootstrapContext in org.elasticsearch.node
Methods in org.elasticsearch.node with parameters of type BootstrapContext Modifier and Type Method Description 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.
-