Uses of Interface
org.elasticsearch.bootstrap.BootstrapCheck
-
Packages that use BootstrapCheck Package Description org.elasticsearch.node org.elasticsearch.plugins -
-
Uses of BootstrapCheck in org.elasticsearch.node
Method parameters in org.elasticsearch.node with type arguments of type BootstrapCheck 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. -
Uses of BootstrapCheck in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type BootstrapCheck Modifier and Type Method Description List<BootstrapCheck>Plugin. getBootstrapChecks()Returns a list of checks that are enforced when a node starts up once a node has the transport protocol bound to a non-loopback interface.
-