Uses of Class
org.elasticsearch.transport.TransportService.HandshakeResponse
-
Packages that use TransportService.HandshakeResponse Package Description org.elasticsearch.transport -
-
Uses of TransportService.HandshakeResponse in org.elasticsearch.transport
Method parameters in org.elasticsearch.transport with type arguments of type TransportService.HandshakeResponse Modifier and Type Method Description voidTransportService. handshake(Transport.Connection connection, long handshakeTimeout, Predicate<ClusterName> clusterNamePredicate, ActionListener<TransportService.HandshakeResponse> listener)Executes a high-level handshake using the given connection and returns the discovery node of the node the connection was established with.
-