Rice Pastry API

rice.p2p.splitstream.testing
Class SplitStreamRegrTest

java.lang.Object
  extended by rice.p2p.commonapi.testing.CommonAPITest
      extended by rice.p2p.splitstream.testing.SplitStreamRegrTest

public class SplitStreamRegrTest
extends CommonAPITest

Version:
$Id: SplitStreamRegrTest.java 3992 2007-12-02 20:09:18Z jeffh $
Author:
Ansley Post

Field Summary
static java.lang.String INSTANCE
          DESCRIBE THE FIELD
protected  SplitStreamImpl[] splitstreams
          DESCRIBE THE FIELD
protected  rice.p2p.splitstream.testing.SplitStreamRegrTest.SplitStreamTestClient[] ssclients
           
 
Fields inherited from class rice.p2p.commonapi.testing.CommonAPITest
BOOTSTRAP, BOOTSTRAP_PORT, environment, factory, FACTORY, FAILURE, idFactory, INSTANCE_NAME, LEASE_PERIOD, logger, nodes, NUM_NODES, PAD_SIZE, params, PORT, PROTOCOL, PROTOCOL_DIRECT, PROTOCOL_RENDEZVOUS, PROTOCOL_SOCKET, simulator, SIMULATOR, SIMULATOR_EUCLIDEAN, SIMULATOR_GT_ITM, SIMULATOR_SPHERE, SUCCESS, TIME_TO_FIND_FAULTY
 
Constructor Summary
SplitStreamRegrTest(Environment env)
          Constructor which sets up all local variables
 
Method Summary
protected  boolean checkTree(int startindex, int num)
           
static void main(java.lang.String[] args)
          Usage: DistScribeRegrTest [-port p] [-bootstrap host[:port]] [-nodes n] [-protocol (rmi|wire)] [-help]
protected  void processNode(int num, Node node)
          Method which should process the given newly-created node
protected  void runTest()
          Method which should run the test - this is called once all of the nodes have been created and are ready.
protected  void testBandwidthUsage()
           
protected  void testBasic()
          Tests routing a Past request to a particular node.
protected  void testFailure(int numnodes)
           
protected  void testIndependence()
           
protected  void testMaintenance(int num)
           
 
Methods inherited from class rice.p2p.commonapi.testing.CommonAPITest
assertEquals, assertTrue, createNode, createNodes, getBootstrap, kill, parseArgs, pause, sectionDone, sectionStart, setupParams, simulate, simulate, start, stepDone, stepDone, stepDone, stepException, stepStart, waitOnClock, waitToRecoverFromKilling
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static java.lang.String INSTANCE
DESCRIBE THE FIELD


splitstreams

protected SplitStreamImpl[] splitstreams
DESCRIBE THE FIELD


ssclients

protected rice.p2p.splitstream.testing.SplitStreamRegrTest.SplitStreamTestClient[] ssclients
Constructor Detail

SplitStreamRegrTest

public SplitStreamRegrTest(Environment env)
                    throws java.io.IOException
Constructor which sets up all local variables

Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Usage: DistScribeRegrTest [-port p] [-bootstrap host[:port]] [-nodes n] [-protocol (rmi|wire)] [-help]

Parameters:
args - DESCRIBE THE PARAMETER
Throws:
java.io.IOException

processNode

protected void processNode(int num,
                           Node node)
Method which should process the given newly-created node

Specified by:
processNode in class CommonAPITest
Parameters:
node - The newly created node
num - The number of this node

runTest

protected void runTest()
Method which should run the test - this is called once all of the nodes have been created and are ready.

Specified by:
runTest in class CommonAPITest

testBandwidthUsage

protected void testBandwidthUsage()

testIndependence

protected void testIndependence()

testMaintenance

protected void testMaintenance(int num)

testBasic

protected void testBasic()
Tests routing a Past request to a particular node.


checkTree

protected boolean checkTree(int startindex,
                            int num)

testFailure

protected void testFailure(int numnodes)

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection