org.apache.accumulo.server.test.randomwalk
Class Module
java.lang.Object
org.apache.accumulo.server.test.randomwalk.Node
org.apache.accumulo.server.test.randomwalk.Module
public class Module
- extends Node
A module is directed graph of tests
Fields inherited from class org.apache.accumulo.server.test.randomwalk.Node |
log |
Constructor Summary |
Module(java.io.File xmlFile)
|
Method Summary |
java.lang.String |
toString()
|
void |
visit(State state,
java.util.Properties props)
Visits node |
Methods inherited from class org.apache.accumulo.server.test.randomwalk.Node |
equals, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Module
public Module(java.io.File xmlFile)
throws java.lang.Exception
- Throws:
java.lang.Exception
visit
public void visit(State state,
java.util.Properties props)
throws java.lang.Exception
- Description copied from class:
Node
- Visits node
- Specified by:
visit
in class Node
- Parameters:
state
- Random walk state passed between nodes
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.