A node represent a node within a cluster (
cluster.name). The {@link #client()} can be usedin order to use a {@link Client} to perform actions/operations against the cluster.
In order to create a node, the {@link NodeBuilder} can be used. When done with it, make sure tocall {@link #close()} on it.
@author kimchy (shay.banon)