|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elasticsearch.node.internal.InternalNode
public final class InternalNode
| Constructor Summary | |
|---|---|
InternalNode()
|
|
InternalNode(Settings pSettings,
boolean loadConfigSettings)
|
|
| Method Summary | |
|---|---|
Client |
client()
A client that can be used to execute actions (operations) against the cluster. |
void |
close()
Closes the node (and Node.stop()s if its running). |
Injector |
injector()
|
static void |
main(java.lang.String[] args)
|
Settings |
settings()
The settings that were used to create the node. |
Node |
start()
Start the node. |
Node |
stop()
Stops the node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InternalNode()
throws ElasticSearchException
ElasticSearchException
public InternalNode(Settings pSettings,
boolean loadConfigSettings)
throws ElasticSearchException
ElasticSearchException| Method Detail |
|---|
public Settings settings()
Node
settings in interface Nodepublic Client client()
Node
client in interface Nodepublic Node start()
Node
start in interface Nodepublic Node stop()
Node
stop in interface Nodepublic void close()
NodeNode.stop()s if its running).
close in interface Nodepublic Injector injector()
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||