Class ResetSystemSoftTask
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 nullified, closed. Index is NOT erased. Directory is NOT erased.
Inherited Members
Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class ResetSystemSoftTask : ResetInputsTask
Constructors
| Improve this Doc View SourceResetSystemSoftTask(PerfRunData)
Declaration
public ResetSystemSoftTask(PerfRunData runData)
Parameters
Type | Name | Description |
---|---|---|
Perf |
runData |
Methods
| Improve this Doc View SourceDoLogic()
Declaration
public override int DoLogic()
Returns
Type | Description |
---|---|
System. |