|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.benchmark.byTask.utils.Algorithm
public class Algorithm
Test algorithm, as read from file
| Constructor Summary | |
|---|---|
Algorithm(PerfRunData runData)
Read algorithm from file |
|
| Method Summary | |
|---|---|
void |
execute()
Execute this algorithm |
java.util.ArrayList |
extractTasks()
Expert: for test purposes, return all tasks participating in this algorithm. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Algorithm(PerfRunData runData)
throws java.lang.Exception
runData - perf-run-data used at running the tasks.
java.lang.Exception - if errors while parsing the algorithm| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
public void execute()
throws java.lang.Exception
java.lang.Exceptionpublic java.util.ArrayList extractTasks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||