Rice Pastry API

Uses of Class
rice.pastry.routing.RouteSet

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

Uses of RouteSet in rice.pastry
 

Methods in rice.pastry that return RouteSet
abstract  rice.pastry.routing.RouteSet[] PastryNodeFactory.getRouteRow(rice.pastry.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
 rice.pastry.routing.RouteSet[] DirectPastryNodeFactory.getRouteRow(rice.pastry.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
 rice.pastry.routing.RouteSet[] JoinRequest.getRow(int i)
          Get row.
 

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

Uses of RouteSet in rice.pastry.multiring
 

Methods in rice.pastry.multiring that return RouteSet
 rice.pastry.routing.RouteSet[] MultiRingPastryNodeFactory.getRouteRow(rice.pastry.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.rmi
 

Methods in rice.pastry.rmi that return RouteSet
 rice.pastry.routing.RouteSet[] RMIPastryNode.getRouteRow(int row)
          Returns the given row of the routing table
 rice.pastry.routing.RouteSet[] RMIPastryNodeFactory.getRouteRow(rice.pastry.NodeHandle handle, int row)
          This method returns the remote route row of the provided handle to the caller, in a protocol-dependent fashion.
 rice.pastry.routing.RouteSet[] RMIRemoteNodeI.getRouteRow(int row)
           
 

Uses of RouteSet in rice.pastry.routing
 

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

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

Uses of RouteSet in rice.pastry.wire
 

Methods in rice.pastry.wire that return RouteSet
 rice.pastry.routing.RouteSet[] WirePastryNodeFactory.getRouteRow(rice.pastry.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.wire.messaging.socket
 

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

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


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection