|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Node
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.
In order to create a node, the NodeBuilder can be used. When done with it, make sure to
call close() on it.
| Method Summary | |
|---|---|
Client |
client()
A client that can be used to execute actions (operations) against the cluster. |
void |
close()
Closes the node (and stop()s if its running). |
Settings |
settings()
The settings that were used to create the node. |
Node |
start()
Start the node. |
Node |
stop()
Stops the node. |
| Method Detail |
|---|
Settings settings()
Client client()
Node start()
Node stop()
void close()
stop()s if its running).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||