org.apache.accumulo.test.randomwalk
Class Module
java.lang.Object
org.apache.accumulo.test.randomwalk.Node
org.apache.accumulo.test.randomwalk.Module
public class Module
- extends Node
A module is directed graph of tests
Fields inherited from class org.apache.accumulo.test.randomwalk.Node |
log |
Module
public Module(File xmlFile)
throws Exception
- Throws:
Exception
visit
public void visit(State state,
Properties props)
throws Exception
- Description copied from class:
Node
- Visits node
- Specified by:
visit
in class Node
- Parameters:
state
- Random walk state passed between nodes
- Throws:
Exception
toString
public String toString()
- Overrides:
toString
in class Node
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.