Package org.elasticsearch.client.transport

Interface Summary
TransportClientNodesService.NodeCallback<T>  
 

Class Summary
ClientTransportModule  
TransportClient The transport client allows to create a client that is not part of the cluster, but simply connects to one or more nodes directly by adding their respective addresses using TransportClient.addTransportAddress(org.elasticsearch.util.transport.TransportAddress).
TransportClientClusterModule  
TransportClientClusterService  
TransportClientNodesService  
 

Exception Summary
NoNodeAvailableException An exception indicating no node is available to perform the operation.