Rice Pastry API

Uses of Class
rice.pastry.routing.RouteSet

Packages that use RouteSet
rice.pastry   
rice.pastry.direct   
rice.pastry.join   
rice.pastry.routing   
rice.pastry.socket   
rice.pastry.socket.messaging   
 

Uses of RouteSet in rice.pastry
 

Methods in rice.pastry that return RouteSet
abstract  RouteSet[] PastryNodeFactory.getRouteRow(NodeHandle handle, int row)
          This method returns the remote route row of the provided handle to the caller, in a protocol-dependent fashion.
 

Uses of RouteSet in rice.pastry.direct
 

Methods in rice.pastry.direct that return RouteSet
 RouteSet[] DirectPastryNodeFactory.getRouteRow(NodeHandle handle, int row)
          This method returns the remote route row of the provided handle to the caller, in a protocol-dependent fashion.
 

Uses of RouteSet in rice.pastry.join
 

Methods in rice.pastry.join that return RouteSet
 RouteSet[] JoinRequest.getRow(int i)
          Get row.
 

Methods in rice.pastry.join with parameters of type RouteSet
 void JoinRequest.pushRow(RouteSet[] row)
          Push row.
 

Uses of RouteSet in rice.pastry.routing
 

Methods in rice.pastry.routing that return RouteSet
 RouteSet[] BroadcastRouteRow.getRow()
          Gets the row that was sent in the message.
 RouteSet RoutingTable.getRouteSet(int index, int digit)
          Gets the set of handles at a particular entry in the table.
 RouteSet RoutingTable.getBestEntry(Id key)
          Gets the set of handles that match at least one more digit of the key than the local Id.
 RouteSet[] RoutingTable.getRow(int i)
          Get a row from the routing table.
 

Constructors in rice.pastry.routing with parameters of type RouteSet
BroadcastRouteRow(java.util.Date stamp, NodeHandle from, RouteSet[] r)
          Constructor.
BroadcastRouteRow(NodeHandle from, RouteSet[] r)
          Constructor.
 

Uses of RouteSet in rice.pastry.socket
 

Methods in rice.pastry.socket that return RouteSet
 RouteSet[] SocketPastryNodeFactory.getRouteRow(NodeHandle handle, int row)
          This method returns the remote route row of the provided handle to the caller, in a protocol-dependent fashion.
 

Uses of RouteSet in rice.pastry.socket.messaging
 

Methods in rice.pastry.socket.messaging that return RouteSet
 RouteSet[] RouteRowResponseMessage.getRouteRow()
          Returns the routeset of the receiver.
 

Constructors in rice.pastry.socket.messaging with parameters of type RouteSet
RouteRowResponseMessage(RouteSet[] set)
          Constructor
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection