| Package | Description |
|---|---|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.node | |
| org.elasticsearch.client.support | |
| org.elasticsearch.client.transport |
| Modifier and Type | Method and Description |
|---|---|
Headers |
Client.headers() |
| Constructor and Description |
|---|
NodeClient(Settings settings,
ThreadPool threadPool,
Headers headers,
Map<GenericAction,TransportAction> actions) |
| Modifier and Type | Field and Description |
|---|---|
static Headers |
Headers.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
Headers |
AbstractClient.headers() |
| Constructor and Description |
|---|
AbstractClient(Settings settings,
ThreadPool threadPool,
Headers headers) |
| Constructor and Description |
|---|
TransportClientNodesService(Settings settings,
ClusterName clusterName,
TransportService transportService,
ThreadPool threadPool,
Headers headers,
Version version,
TransportClient.HostFailureListener hostFailureListener) |
Copyright © 2009–2017. All rights reserved.