org.apache.lucene.benchmark.byTask.tasks

Class ResetSystemSoftTask

public class ResetSystemSoftTask extends PerfTask

Reset all index and input data and call gc, does NOT erase index/dir, does NOT clear statistics. This contains ResetInputs.
Other side effects: writers/readers nulified, closed. Index is NOT erased. Directory is NOT erased.
Constructor Summary
ResetSystemSoftTask(PerfRunData runData)
Method Summary
intdoLogic()
protected booleanshouldNotRecordStats()

Constructor Detail

ResetSystemSoftTask

public ResetSystemSoftTask(PerfRunData runData)

Method Detail

doLogic

public int doLogic()

shouldNotRecordStats

protected boolean shouldNotRecordStats()
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.