Uses of Class
org.elasticsearch.client.transport.TransportClient
-
Packages that use TransportClient Package Description org.elasticsearch.client.transport -
-
Uses of TransportClient in org.elasticsearch.client.transport
Methods in org.elasticsearch.client.transport that return TransportClient Modifier and Type Method Description TransportClientTransportClient. addTransportAddress(TransportAddress transportAddress)Deprecated.Adds a transport address that will be used to connect to.TransportClientTransportClient. addTransportAddresses(TransportAddress... transportAddress)Deprecated.Adds a list of transport addresses that will be used to connect to.TransportClientTransportClient. removeTransportAddress(TransportAddress transportAddress)Deprecated.Removes a transport address from the list of transport addresses that are used to connect to.
-