| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.benchmark.byTask.stats.Points
public class Points
Test run data points collected as the test proceeds.
| Constructor Summary | |
|---|---|
| Points(Config config)Create a Points statistics object. | |
| Method Summary | |
|---|---|
|  void | clearData()Clear all data, prepare for more tests. | 
|  TaskStats | getCurrentStats() | 
|  void | markTaskEnd(TaskStats stats,
            int count)mark the end of a task | 
|  TaskStats | markTaskStart(PerfTask task,
              int round)Mark that a task is starting. | 
|  List<TaskStats> | taskStats()Return the current task stats. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Points(Config config)
| Method Detail | 
|---|
public List<TaskStats> taskStats()
TaskStats.
public TaskStats markTaskStart(PerfTask task,
                               int round)
task - the starting task.
public TaskStats getCurrentStats()
public void markTaskEnd(TaskStats stats,
                        int count)
public void clearData()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||