Interface PeerFinder.TransportAddressConnector

All Known Implementing Classes:
HandshakingTransportAddressConnector
Enclosing class:
PeerFinder

public static interface PeerFinder.TransportAddressConnector
  • 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.