Uses of Class
org.elasticsearch.transport.ConnectTransportException
-
Packages that use ConnectTransportException Package Description org.elasticsearch.transport -
-
Uses of ConnectTransportException in org.elasticsearch.transport
Subclasses of ConnectTransportException in org.elasticsearch.transport Modifier and Type Class Description classNodeDisconnectedExceptionclassNodeNotConnectedExceptionAn exception indicating that a message is sent to a node that is not connected.classNodeShouldNotConnectExceptionMethods in org.elasticsearch.transport that throw ConnectTransportException Modifier and Type Method Description voidConnectionManager. connectToNode(DiscoveryNode node, ConnectionProfile connectionProfile, ConnectionManager.ConnectionValidator connectionValidator, ActionListener<Void> listener)Connects to a node with the given connection profile.voidRemoteConnectionManager. connectToNode(DiscoveryNode node, ConnectionProfile connectionProfile, ConnectionManager.ConnectionValidator connectionValidator, ActionListener<Void> listener)voidTransportService. connectToNode(DiscoveryNode node)Connect to the specified node with the default connection profilevoidTransportService. connectToNode(DiscoveryNode node, ActionListener<Void> listener)Connect to the specified node with the given connection profile.
-