Rice Pastry API

Uses of Class
rice.pastry.PastryNode

Packages that use PastryNode
rice.p2p.splitstream.testing   
rice.pastry   
rice.pastry.client   
rice.pastry.commonapi   
rice.pastry.direct   
rice.pastry.dist   
rice.pastry.join   
rice.pastry.messaging   
rice.pastry.pns   
rice.pastry.pns.messages   
rice.pastry.routing   
rice.pastry.socket   
rice.pastry.socket.nat.rendezvous   
rice.pastry.standard   
rice.pastry.testing   
rice.pastry.transport   
 

Uses of PastryNode in rice.p2p.splitstream.testing
 

Constructors in rice.p2p.splitstream.testing with parameters of type PastryNode
MySplitStreamClient(PastryNode n, java.lang.String instance)
           
 

Uses of PastryNode in rice.pastry
 

Fields in rice.pastry declared as PastryNode
protected  PastryNode NodeHandle.localnode
           
protected  PastryNode ScheduledMessage.localNode
           
 

Methods in rice.pastry that return PastryNode
 PastryNode NodeHandle.getLocalNode()
          Accessor method.
 PastryNode ScheduledMessage.getLocalNode()
           
abstract  PastryNode PastryNodeFactory.newNode(NodeHandle bootstrap)
          Call this to construct a new node of the type chosen by the factory.
abstract  PastryNode PastryNodeFactory.newNode(NodeHandle bootstrap, Id nodeId)
          Call this to construct a new node of the type chosen by the factory, with the given nodeId.
 

Constructors in rice.pastry with parameters of type PastryNode
ExponentialBackoffScheduledMessage(PastryNode node, Message msg, Timer timer, long initialDelay, double expBase)
           
ExponentialBackoffScheduledMessage(PastryNode node, Message msg, Timer timer, long initialDelay, long initialPeriod, double expBase, long maxPeriod)
           
ScheduledMessage(PastryNode pn, Message msg)
          Constructor
 

Uses of PastryNode in rice.pastry.client
 

Fields in rice.pastry.client declared as PastryNode
protected  PastryNode PastryAppl.thePastryNode
           
 

Constructors in rice.pastry.client with parameters of type PastryNode
CommonAPIAppl(PastryNode pn)
          Constructor.
CommonAPIAppl(PastryNode pn, java.lang.String instance)
          Constructor.
PastryAppl(PastryNode pn)
          Constructor.
PastryAppl(PastryNode pn, int port)
          Constructor.
PastryAppl(PastryNode pn, java.lang.String instance)
          Constructor.
PastryAppl(PastryNode pn, java.lang.String instance, int address, MessageDeserializer md)
           
PastryAppl(PastryNode pn, java.lang.String instance, int address, MessageDeserializer md, Logger logger)
           
 

Uses of PastryNode in rice.pastry.commonapi
 

Constructors in rice.pastry.commonapi with parameters of type PastryNode
PastryEndpoint(PastryNode pn, Application application, java.lang.String instance, boolean register)
          Constructor.
PastryEndpoint(PastryNode pn, Application application, java.lang.String instance, int address, boolean register)
          Constructor.
 

Uses of PastryNode in rice.pastry.direct
 

Methods in rice.pastry.direct that return PastryNode
static PastryNode DirectPastryNode.getCurrentNode()
           
 PastryNode DirectPastryNodeFactory.newNode(NodeHandle bootstrap)
          Manufacture a new Pastry node.
 PastryNode DirectPastryNodeFactory.newNode(NodeHandle bootstrap, Id nodeId)
          Manufacture a new Pastry node.
static PastryNode DirectPastryNode.setCurrentNode(PastryNode dpn)
          Returns the previous one.
 

Methods in rice.pastry.direct with parameters of type PastryNode
static PastryNode DirectPastryNode.setCurrentNode(PastryNode dpn)
          Returns the previous one.
 

Uses of PastryNode in rice.pastry.dist
 

Methods in rice.pastry.dist that return PastryNode
abstract  PastryNode DistPastryNodeFactory.newNode(NodeHandle bootstrap)
          Generates a new pastry node with a random NodeId using the bootstrap bootstrap.
abstract  PastryNode DistPastryNodeFactory.newNode(NodeHandle bootstrap, Id nodeId)
          Generates a new pastry node with the specified NodeId using the bootstrap bootstrap.
abstract  PastryNode DistPastryNodeFactory.newNode(NodeHandle bootstrap, Id nodeId, java.net.InetSocketAddress proxy)
          Generates a new pastry node with the specified NodeId using the bootstrap bootstrap.
abstract  PastryNode DistPastryNodeFactory.newNode(NodeHandle bootstrap, java.net.InetSocketAddress proxy)
          Generates a new pastry node with the specified NodeId using the bootstrap bootstrap.
 

Uses of PastryNode in rice.pastry.join
 

Constructors in rice.pastry.join with parameters of type PastryNode
JoinRequest(InputBuffer buf, NodeHandleFactory nhf, NodeHandle sender, PastryNode localNode)
           
 

Uses of PastryNode in rice.pastry.messaging
 

Fields in rice.pastry.messaging declared as PastryNode
protected  PastryNode MessageDispatch.localNode
           
protected  PastryNode PastryObjectInputStream.node
           
protected  PastryNode JavaSerializedDeserializer.pn
           
 

Constructors in rice.pastry.messaging with parameters of type PastryNode
JavaSerializedDeserializer(PastryNode pn)
           
MessageDispatch(PastryNode pn)
          Constructor.
PastryObjectInputStream(java.io.InputStream stream, PastryNode node)
           
PJavaSerializedDeserializer(PastryNode pn)
           
 

Uses of PastryNode in rice.pastry.pns
 

Constructors in rice.pastry.pns with parameters of type PastryNode
PNSApplication(PastryNode pn)
           
 

Uses of PastryNode in rice.pastry.pns.messages
 

Constructors in rice.pastry.pns.messages with parameters of type PastryNode
RouteRowResponse(InputBuffer buf, PastryNode localNode, NodeHandle sender, int dest)
           
 

Uses of PastryNode in rice.pastry.routing
 

Fields in rice.pastry.routing declared as PastryNode
protected  PastryNode RoutingTable.pn
           
 

Methods in rice.pastry.routing with parameters of type PastryNode
static RouteMessage RouteMessage.build(InputBuffer buf, byte priority, PastryNode pn, NodeHandle prev, byte outputVersion)
          version 1: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + int auxAddress + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + bool hasHndle + // if it has a destinationHandle instead of an Id +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + Id target + + (only existis if the hasHandle boolean is false + + + + + + + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + NodeHandle destinationHandle + + (used if the RouteMessage is intended for a specific node) + + (only exists if the hasHandle boolean is true) + ...
 

Constructors in rice.pastry.routing with parameters of type PastryNode
BroadcastRouteRow(InputBuffer buf, NodeHandleFactory nhf, PastryNode localNode)
           
RouteMessage(Id target, int auxAddress, NodeHandle prev, InputBuffer buf, byte priority, PastryNode pn, NodeHandle destinationHandle, byte serializeVersion)
           
RouteSet(InputBuffer buf, NodeHandleFactory nhf, PastryNode local)
           
RouteSet(int maxSize, int row, int col, PastryNode local)
           
RouteSet(int maxSize, int row, int col, PastryNode local, NodeHandle initialVal)
          Constructor.
RoutingTable(NodeHandle me, int max, byte base, PastryNode pn)
          Constructor.
 

Uses of PastryNode in rice.pastry.socket
 

Methods in rice.pastry.socket that return PastryNode
 PastryNode SocketPastryNodeFactory.newNode()
          Need to boot manually.
 PastryNode SocketPastryNodeFactory.newNode(Id nodeId, java.net.InetSocketAddress pAddress)
          Method which creates a Pastry node from the next port with the specified nodeId (or one generated from the NodeIdFactory if not specified)
protected  PastryNode SocketPastryNodeFactory.newNode(Id nodeId, java.net.InetSocketAddress pAddress, boolean throwException)
           
 PastryNode SocketPastryNodeFactory.newNode(NodeHandle bootstrap)
          Method which creates a Pastry node from the next port with a randomly generated NodeId.
 PastryNode SocketPastryNodeFactory.newNode(NodeHandle bootstrap, Id nodeId)
          Method which creates a Pastry node from the next port with the specified nodeId (or one generated from the NodeIdFactory if not specified)
 PastryNode SocketPastryNodeFactory.newNode(NodeHandle nodeHandle, Id id, java.net.InetSocketAddress proxyAddress)
          Method which creates a Pastry node from the next port with the specified nodeId (or one generated from the NodeIdFactory if not specified)
 PastryNode SocketPastryNodeFactory.newNode(NodeHandle bootstrap, java.net.InetSocketAddress proxy)
          Method which creates a Pastry node from the next port with the specified nodeId (or one generated from the NodeIdFactory if not specified)
 

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

Constructors in rice.pastry.socket.nat.rendezvous with parameters of type PastryNode
RendezvousApp(PastryNode pn)
           
 

Uses of PastryNode in rice.pastry.standard
 

Fields in rice.pastry.standard declared as PastryNode
protected  PastryNode PeriodicLeafSetProtocol.localNode
           
 

Constructors in rice.pastry.standard with parameters of type PastryNode
ConsistentJoinProtocol(PastryNode ln, NodeHandle lh, RoutingTable rt, LeafSet ls, ReadyStrategy nextReadyStrategy)
           
ConsistentJoinProtocol(PastryNode ln, NodeHandle lh, RoutingTable rt, LeafSet ls, ReadyStrategy nextReadyStrategy, MessageDeserializer md)
          Constructor takes in the usual suspects.
PartitionHandler(PastryNode pn, SocketPastryNodeFactory factory, java.net.InetSocketAddress[] bootstraps)
          You must call start after construction!!!
PeriodicLeafSetProtocol.PLSPMessageDeserializer(PastryNode pn)
           
PeriodicLeafSetProtocol(PastryNode ln, NodeHandle local, LeafSet ls, RoutingTable rt)
          Builds a periodic leafset protocol
RapidRerouter(PastryNode thePastryNode, MessageDispatch dispatch)
           
StandardJoinProtocol(PastryNode ln, NodeHandle lh, RoutingTable rt, LeafSet ls)
          Constructor.
StandardJoinProtocol(PastryNode ln, NodeHandle lh, RoutingTable rt, LeafSet ls, MessageDeserializer md)
           
StandardLeafSetProtocol(PastryNode ln, NodeHandle local, LeafSet ls, RoutingTable rt)
           
StandardRouter(PastryNode thePastryNode, MessageDispatch dispatch)
          Constructor.
StandardRouteSetProtocol(PastryNode ln, RoutingTable rt, Environment env)
          Constructor.
StandardRouteSetProtocol(PastryNode ln, RoutingTable rt, Environment env, MessageDeserializer md)
           
 

Uses of PastryNode in rice.pastry.testing
 

Methods in rice.pastry.testing that return PastryNode
 PastryNode RoutingTableTest.createNode()
           
protected  PastryNode PastryRegrTest.generateNode(NodeHandle bootstrap)
           
 PastryNode RegrTestApp.getPastryNode()
           
 PastryNode SinglePingTest.makePastryNode()
           
 PastryNode DistHelloWorld.makePastryNode(boolean firstNode)
          Create a Pastry node and add it to pastryNodes.
 

Methods in rice.pastry.testing with parameters of type PastryNode
 void RoutingTableTest.finishNode(PastryNode node)
           
protected  void DirectPastryRegrTest.killNode(PastryNode pn)
          murder the node.
protected  void DistPastryRegrTest.killNode(PastryNode pn)
           
protected abstract  void PastryRegrTest.killNode(PastryNode pn)
          kill a given node.
protected  void DirectPastryRegrTest.registerapp(PastryNode pn, RegrTestApp app)
          wire protocol specific handling of the application object e.g., RMI may launch a new thread
protected  void DistPastryRegrTest.registerapp(PastryNode pn, RegrTestApp app)
          wire protocol specific handling of the application object e.g., RMI may launch a new thread
protected abstract  void PastryRegrTest.registerapp(PastryNode pn, RegrTestApp app)
          wire protocol specific handling of the application object e.g., RMI may launch a new thread
 

Constructors in rice.pastry.testing with parameters of type PastryNode
HelloWorldApp(PastryNode pn)
           
Ping(PastryNode pn)
           
PingClient(PastryNode pn)
           
RegrTestApp(PastryNode pn, PastryRegrTest prg)
           
 

Uses of PastryNode in rice.pastry.transport
 

Subclasses of PastryNode in rice.pastry.transport
 class TLPastryNode
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection