| Package | Description |
|---|---|
| org.elasticsearch.client.transport |
| Modifier and Type | Method and Description |
|---|---|
TransportClient |
TransportClient.addTransportAddress(TransportAddress transportAddress)
Adds a transport address that will be used to connect to.
|
TransportClient |
TransportClient.addTransportAddresses(TransportAddress... transportAddress)
Adds a list of transport addresses that will be used to connect to.
|
TransportClient |
TransportClient.Builder.build()
Builds a new instance of the transport client.
|
TransportClient |
TransportClient.removeTransportAddress(TransportAddress transportAddress)
Removes a transport address from the list of transport addresses that are used to connect to.
|
Copyright © 2009–2017. All rights reserved.