Rice Pastry API

rice.pastry.testing.rendezvous
Class DistTutorialInternet

java.lang.Object
  extended by rice.pastry.testing.rendezvous.DistTutorialInternet

public class DistTutorialInternet
extends java.lang.Object

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

Author:
Jeff Hoye

Constructor Summary
DistTutorialInternet(java.net.InetAddress bindAddress, int bindport, java.net.InetSocketAddress bootaddress, Environment env)
          This constructor sets up a PastryNode.
 
Method Summary
static void main(java.lang.String[] args)
          Usage: java [-cp FreePastry-.jar] rice.tutorial.lesson3.DistTutorial localbindport bootIP bootPort example java rice.tutorial.DistTutorial 9001 pokey.cs.almamater.edu 9001
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistTutorialInternet

public DistTutorialInternet(java.net.InetAddress bindAddress,
                            int bindport,
                            java.net.InetSocketAddress bootaddress,
                            Environment env)
                     throws java.lang.Exception
This constructor sets up a PastryNode. It will bootstrap to an existing ring if it can find one 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
env - the environment for these nodes
Throws:
java.lang.Exception
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Usage: java [-cp FreePastry-.jar] rice.tutorial.lesson3.DistTutorial localbindport bootIP bootPort example java rice.tutorial.DistTutorial 9001 pokey.cs.almamater.edu 9001

Throws:
java.lang.Exception

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection