Package | Description |
---|---|
org.elasticsearch.client.transport | |
org.elasticsearch.client.transport.support |
Modifier and Type | Method and Description |
---|---|
TransportClientNodesService |
TransportClientNodesService.addTransportAddresses(TransportAddress... transportAddresses) |
TransportClientNodesService |
TransportClientNodesService.removeTransportAddress(TransportAddress transportAddress) |
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.