Package org.elasticsearch.discovery
Interface TransportAddressConnector
- All Known Implementing Classes:
HandshakingTransportAddressConnector
public interface TransportAddressConnector
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connectToRemoteMasterNode
(TransportAddress transportAddress, ActionListener<ProbeConnectionResult> listener) Identify the node at the given address and, if it is a master node and not the local node then establish a full connection to it.
-
Method Details
-
connectToRemoteMasterNode
void connectToRemoteMasterNode(TransportAddress transportAddress, ActionListener<ProbeConnectionResult> listener) Identify the node at the given address and, if it is a master node and not the local node then establish a full connection to it.
-