Rice Pastry API

rice.tutorial.deterministicsimulator
Class DirectTutorial

java.lang.Object
  extended by rice.tutorial.deterministicsimulator.DirectTutorial

public class DirectTutorial
extends java.lang.Object

This tutorial shows how to setup a FreePastry node using the Socket Protocol.

Author:
Jeff Hoye

Constructor Summary
DirectTutorial(int numNodes, Environment env)
          This constructor launches numNodes PastryNodes.
 
Method Summary
static void main(java.lang.String[] args)
          Usage: java [-cp FreePastry-.jar] rice.tutorial.direct.DirectTutorial numNodes randSeed example java rice.tutorial.direct.DirectTutorial 100 5
 void scheduleBootTask(int numNodes, NodeIdFactory nidFactory, PastryNodeFactory factory, Environment env)
           
 void scheduleDeliveryTask(NodeIdFactory nidFactory, Environment env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectTutorial

public DirectTutorial(int numNodes,
                      Environment env)
               throws java.lang.Exception
This constructor launches numNodes PastryNodes. They will bootstrap to an existing ring if one exists at the specified location, otherwise it will start a new ring.

Parameters:
bindport - the local port to bind to
bootaddress - the IP:port of the node to boot from
numNodes - the number of nodes to create in this JVM
env - the environment for these nodes
Throws:
java.lang.Exception
Method Detail

scheduleBootTask

public void scheduleBootTask(int numNodes,
                             NodeIdFactory nidFactory,
                             PastryNodeFactory factory,
                             Environment env)

scheduleDeliveryTask

public void scheduleDeliveryTask(NodeIdFactory nidFactory,
                                 Environment env)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Usage: java [-cp FreePastry-.jar] rice.tutorial.direct.DirectTutorial numNodes randSeed example java rice.tutorial.direct.DirectTutorial 100 5

Throws:
java.lang.Exception

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection