public final class ElasticsearchEmbeddedNode extends Object
| Constructor and Description |
|---|
ElasticsearchEmbeddedNode()
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This method closes the elasticsearch node.
|
org.elasticsearch.client.Client |
getClient()
This method returns the Elasticsearch client associated with the
embedded node.
|
protected void |
initNode()
This method initializes the node.
|
public ElasticsearchEmbeddedNode()
protected void initNode()
public void close()
public org.elasticsearch.client.Client getClient()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.