ePOST API

Uses of Class
rice.pastry.routing.RoutingTable

Packages that use RoutingTable
rice.pastry   
rice.pastry.client   
rice.pastry.leafset   
rice.pastry.routing   
rice.pastry.standard   
 

Uses of RoutingTable in rice.pastry
 

Methods in rice.pastry that return RoutingTable
 RoutingTable PastryNode.getRoutingTable()
           
 

Methods in rice.pastry with parameters of type RoutingTable
 void PastryNode.setElements(NodeHandle lh, PastrySecurityManager sm, MessageDispatch md, LeafSet ls, RoutingTable rt)
          Combined accessor method for various members of PastryNode.
 

Uses of RoutingTable in rice.pastry.client
 

Methods in rice.pastry.client that return RoutingTable
 RoutingTable PastryAppl.getRoutingTable()
          Called by a layered Pastry application to obtain a copy of the routing table.
 

Uses of RoutingTable in rice.pastry.leafset
 

Methods in rice.pastry.leafset with parameters of type RoutingTable
 boolean LeafSet.merge(LeafSet remotels, NodeHandle from, RoutingTable routeTable, PastrySecurityManager security, boolean testOnly, java.util.Set insertedHandles)
          Merge a remote leafset into this
 

Uses of RoutingTable in rice.pastry.routing
 

Methods in rice.pastry.routing with parameters of type RoutingTable
 void RouteSet.setRoutingTable(RoutingTable rt)
           
 

Uses of RoutingTable in rice.pastry.standard
 

Fields in rice.pastry.standard declared as RoutingTable
protected  RoutingTable PeriodicLeafSetProtocol.routeTable
           
protected  RoutingTable StandardJoinProtocol.routeTable
           
protected  RoutingTable StandardLeafSetProtocol.routeTable
           
 

Constructors in rice.pastry.standard with parameters of type RoutingTable
ConsistentJoinProtocol(PastryNode ln, NodeHandle lh, PastrySecurityManager sm, RoutingTable rt, LeafSet ls)
          Constructor takes in the usual suspects.
PeriodicLeafSetProtocol(PastryNode ln, NodeHandle local, PastrySecurityManager sm, LeafSet ls, RoutingTable rt)
          Builds a periodic leafset protocol
StandardJoinProtocol(PastryNode ln, NodeHandle lh, PastrySecurityManager sm, RoutingTable rt, LeafSet ls)
          Constructor.
StandardLeafSetProtocol(PastryNode ln, NodeHandle local, PastrySecurityManager sm, LeafSet ls, RoutingTable rt)
           
StandardRouteSetProtocol(NodeHandle lh, PastrySecurityManager sm, RoutingTable rt, Environment env)
          Constructor.
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.