org.apache.lucene.benchmark.byTask.tasks
Class ReportTask
- Cloneable
public abstract class ReportTask
Report (abstract) task - all report tasks extend this task.
clone , doLogic , getDepth , getName , getParams , getRunData , runAndMaybeStats , setDepth , setName , setParams , setup , shouldNeverLogAtStart , shouldNotRecordStats , tearDown , toString |
shouldNeverLogAtStart
protected boolean shouldNeverLogAtStart()
Tasks that should never log at start can overide this.
- shouldNeverLogAtStart in interface PerfTask
- true if this task should never log when it start.
shouldNotRecordStats
protected boolean shouldNotRecordStats()
Tasks that should not record statistics can overide this.
- shouldNotRecordStats in interface PerfTask
- true if this task should never record its statistics.
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.