|
|||||||||
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). |
org.elasticsearch.common.inject.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 Node
public Client client()
Node
client
in interface Node
public Node start()
Node
start
in interface Node
public Node stop()
Node
stop
in interface Node
public void close()
Node
Node.stop()
s if its running).
close
in interface Node
public org.elasticsearch.common.inject.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 |