Uses of Class
org.elasticsearch.client.Node
-
Packages that use Node Package Description org.elasticsearch.client -
-
Uses of Node in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type Node Modifier and Type Method Description List<Node>RestClient. getNodes()Get the list of nodes that the client knows about.Methods in org.elasticsearch.client with parameters of type Node Modifier and Type Method Description static RestClientBuilderRestClient. builder(Node... nodes)Returns a newRestClientBuilderto help withRestClientcreation.voidRestClient.FailureListener. onFailure(Node node)Notifies that the node provided as argument has just failedMethod parameters in org.elasticsearch.client with type arguments of type Node Modifier and Type Method Description voidNodeSelector. select(Iterable<Node> nodes)Select theNodes to which to send requests.voidRestClient. setNodes(Collection<Node> nodes)Replaces the nodes with which the client communicates.
-