org.mpisws.p2p.transport.rendezvous
Interface RendezvousGenerationStrategy<Identifier>

Type Parameters:
Identifier -
All Known Implementing Classes:
LeafSetRendezvousStrategy

public interface RendezvousGenerationStrategy<Identifier>

Picks a rendezvous point. This has to be a node that can be directly contacted.

Author:
Jeff Hoye

Method Summary
 Identifier getRendezvousPoint(Identifier dest, Map<String,Object> options)
           
 

Method Detail

getRendezvousPoint

Identifier getRendezvousPoint(Identifier dest,
                              Map<String,Object> options)


Copyright © 2010. All Rights Reserved.