Package | Description |
---|---|
org.elasticsearch.client.node | |
org.elasticsearch.client.support | |
org.elasticsearch.client.transport | |
org.elasticsearch.client.transport.support |
Constructor and Description |
---|
NodeClient(Settings settings,
ThreadPool threadPool,
NodeAdminClient admin,
Map<GenericAction,TransportAction> actions,
Headers headers) |
NodeClusterAdminClient(ThreadPool threadPool,
Map<GenericAction,TransportAction> actions,
Headers headers) |
NodeIndicesAdminClient(ThreadPool threadPool,
Map<GenericAction,TransportAction> actions,
Headers headers) |
Modifier and Type | Field and Description |
---|---|
static Headers |
Headers.EMPTY |
Constructor and Description |
---|
TransportClientNodesService(Settings settings,
ClusterName clusterName,
TransportService transportService,
ThreadPool threadPool,
Headers headers,
Version version) |
Constructor and Description |
---|
InternalTransportClient(Settings settings,
ThreadPool threadPool,
TransportService transportService,
TransportClientNodesService nodesService,
InternalTransportAdminClient adminClient,
Map<String,GenericAction> actions,
Headers headers) |
InternalTransportClusterAdminClient(Settings settings,
TransportClientNodesService nodesService,
ThreadPool threadPool,
TransportService transportService,
Map<String,GenericAction> actions,
Headers headers) |
InternalTransportIndicesAdminClient(Settings settings,
TransportClientNodesService nodesService,
TransportService transportService,
ThreadPool threadPool,
Map<String,GenericAction> actions,
Headers headers) |
Copyright © 2009–2015. All rights reserved.