|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--demo.testap
This is the initial test application. It performs a test of all of the available functionality. The two arguments for the main function are n and k. "n" is the number of clients and "k" is the number of clients required for recovery.
Field Summary | |
static int |
numBits
The number of bits, used as a constant throughout testap . |
Constructor Summary | |
testap()
Creates a new instance of testap |
Method Summary | |
static void |
main(java.lang.String[] args)
Executes a test of all of the routines with the arguments n and k. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int numBits
The number of bits, used as a constant throughout testap
.
Constructor Detail |
public testap()
Method Detail |
public static void main(java.lang.String[] args)
args
- the command line arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |