Class Node

java.lang.Object
org.elasticsearch.node.Node
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable

public class Node
extends java.lang.Object
implements java.io.Closeable
A node represent a node within a cluster (cluster.name). The client() can be used in order to use a Client to perform actions/operations against the cluster.