org.apache.lucene.benchmark.byTask.utils
public class Algorithm extends Object
Constructor Summary | |
---|---|
Algorithm(PerfRunData runData)
Read algorithm from file |
Method Summary | |
---|---|
void | execute()
Execute this algorithm |
ArrayList | extractTasks()
Expert: for test purposes, return all tasks participating in this algorithm. |
String | toString() |
Parameters: runData perf-run-data used at running the tasks.
Throws: Exception if errors while parsing the algorithm
Throws: Exception
Returns: all tasks participating in this algorithm.