|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.pastry.testing.DistHelloWorld
A hello world example for pastry. This is the distributed driver. For example, run with default arguments on two machines, both with args -bootstrap firstmachine. Read the messages and follow the protocols. Either separately or with the above, try -nodes 3 and -nodes 20. Try -msgs 100. Try the two machine configuration, kill it, restart, and watch it join as a different node. Do that a few times, watch LeafSet entries accumulate, then in 30 seconds, watch the maintenance take over.
Field Summary | |
Environment |
environment
DESCRIBE THE FIELD |
static int |
protocol
DESCRIBE THE FIELD |
Constructor Summary | |
DistHelloWorld(Environment env)
Constructor |
Method Summary | |
protected NodeHandle |
getBootstrap(boolean firstNode)
Gets a handle to a bootstrap node. |
static void |
main(java.lang.String[] args)
Usage: DistHelloWorld [-msgs m] [-nodes n] [-port p] [-bootstrap bshost[:bsport]] [-verbose|-silent|-verbosity v] [-help]. |
PastryNode |
makePastryNode(boolean firstNode)
Create a Pastry node and add it to pastryNodes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Environment environment
public static int protocol
Constructor Detail |
public DistHelloWorld(Environment env) throws java.io.IOException
env
- DESCRIBE THE PARAMETER
java.io.IOException
- DESCRIBE THE EXCEPTIONMethod Detail |
protected NodeHandle getBootstrap(boolean firstNode)
firstNode
- true of the first virtual node is being bootstrapped on
this host
public PastryNode makePastryNode(boolean firstNode)
firstNode
- DESCRIBE THE PARAMETER
public static void main(java.lang.String[] args) throws java.io.IOException
args
- DESCRIBE THE PARAMETER
java.io.IOException
- DESCRIBE THE EXCEPTION
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |