edu.rit.pj.cluster.test
Class Test03

java.lang.Object
  extended by edu.rit.pj.cluster.test.Test03

public class Test03
extends Object

Class Test03 is a unit test main program for class StreamFile. Each backend process reads the input file named on the command line, then prints the file's contents on the standard output. So with K backend processes, K copies of each line of the input file should be printed.

Usage: java -Dpj.np=K edu.rit.pj.cluster.test.Test03 file


Method Summary
static void main(String[] args)
          Main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Main program.

Throws:
Exception


Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.