Rice Pastry API

Uses of Interface
rice.pastry.standard.ProximityNeighborSelector

Packages that use ProximityNeighborSelector
rice.pastry.direct   
rice.pastry.pns   
rice.pastry.socket   
rice.pastry.socket.nat.rendezvous   
rice.pastry.transport   
 

Uses of ProximityNeighborSelector in rice.pastry.direct
 

Methods in rice.pastry.direct with parameters of type ProximityNeighborSelector
protected  Bootstrapper DirectPastryNodeFactory.getBootstrapper(PastryNode pn, NodeHandleAdapter tl, NodeHandleFactory handleFactory, ProximityNeighborSelector pns)
           
 

Uses of ProximityNeighborSelector in rice.pastry.pns
 

Classes in rice.pastry.pns that implement ProximityNeighborSelector
 class PNSApplication
          Can request LeafSet, RouteRow, Proximity of nodes, implements the PNS algorithm.
 

Uses of ProximityNeighborSelector in rice.pastry.socket
 

Fields in rice.pastry.socket declared as ProximityNeighborSelector
protected  ProximityNeighborSelector SocketPastryNodeFactory.TLBootstrapper.pns
           
 

Methods in rice.pastry.socket with parameters of type ProximityNeighborSelector
protected  Bootstrapper SocketPastryNodeFactory.getBootstrapper(PastryNode pn, NodeHandleAdapter tl, NodeHandleFactory handleFactory, ProximityNeighborSelector pns)
           
 

Constructors in rice.pastry.socket with parameters of type ProximityNeighborSelector
SocketPastryNodeFactory.TLBootstrapper(PastryNode pn, TransportLayer<TransportLayerNodeHandle<MultiInetSocketAddress>,RawMessage> tl, SocketNodeHandleFactory handleFactory, ProximityNeighborSelector pns)
           
 

Uses of ProximityNeighborSelector in rice.pastry.socket.nat.rendezvous
 

Classes in rice.pastry.socket.nat.rendezvous that implement ProximityNeighborSelector
 class RendezvousPNSApplication
          Does not try to connect to NATted nodes during PNS.
 

Methods in rice.pastry.socket.nat.rendezvous that return ProximityNeighborSelector
protected  ProximityNeighborSelector RendezvousSocketPastryNodeFactory.getProximityNeighborSelector(PastryNode pn)
           
 

Methods in rice.pastry.socket.nat.rendezvous with parameters of type ProximityNeighborSelector
protected  Bootstrapper RendezvousSocketPastryNodeFactory.getBootstrapper(PastryNode pn, NodeHandleAdapter tl, NodeHandleFactory handleFactory, ProximityNeighborSelector pns)
          This code opens a pilot to our bootstrap node before proceeding.
 

Uses of ProximityNeighborSelector in rice.pastry.transport
 

Methods in rice.pastry.transport that return ProximityNeighborSelector
protected  ProximityNeighborSelector TransportPastryNodeFactory.getProximityNeighborSelector(PastryNode pn)
          Can be overridden.
 

Methods in rice.pastry.transport with parameters of type ProximityNeighborSelector
protected abstract  Bootstrapper TransportPastryNodeFactory.getBootstrapper(PastryNode pn, NodeHandleAdapter tl, NodeHandleFactory handleFactory, ProximityNeighborSelector pns)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection