|
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.ClosestRegrTest
public class ClosestRegrTest
ClosestRegrTest A test suite for the getClosest algorithm. getClosest attempts to choose routing table entries with the closet proximity. Consider this test a PASS if the closest node is there more than 50% of the time. Potentially this test should be run daily and the proximity recorded over time to see if there was a drastic change based on algorithmic change.
Field Summary | |
---|---|
static int |
NUM_NODES
|
Method Summary | |
---|---|
protected double |
getAvgNumEntries(java.util.Collection<PastryNode> nds)
|
protected NodeHandle |
getBootstrap()
Get pastryNodes.last() to bootstrap with, or return null. |
static void |
main(java.lang.String[] args)
main |
boolean |
pass()
|
protected void |
run()
initializes the network and prepares for testing |
protected void |
test(int i,
DirectNodeHandle handle)
starts the testing process |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int NUM_NODES
Method Detail |
---|
protected NodeHandle getBootstrap()
protected void run()
protected double getAvgNumEntries(java.util.Collection<PastryNode> nds)
protected void test(int i, DirectNodeHandle handle)
public boolean pass()
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |