Package org.elasticsearch.discovery
Interface PeerFinder.TransportAddressConnector
- All Known Implementing Classes:
HandshakingTransportAddressConnector
- Enclosing class:
- PeerFinder
public static interface PeerFinder.TransportAddressConnector
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connectToRemoteMasterNode(TransportAddress transportAddress, ActionListener<DiscoveryNode> 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<DiscoveryNode> 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.
-