Class RepSelectByPrefTask
Report by-name-prefix statistics with no aggregations.
Other side effects: None.
Inheritance
System.Object
RepSelectByPrefTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class RepSelectByPrefTask : RepSumByPrefTask
Constructors
|
Improve this Doc
View Source
RepSelectByPrefTask(PerfRunData)
Declaration
public RepSelectByPrefTask(PerfRunData runData)
Parameters
Methods
|
Improve this Doc
View Source
DoLogic()
Declaration
public override int DoLogic()
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
ReportSelectByPrefix(IList<TaskStats>)
Declaration
protected virtual Report ReportSelectByPrefix(IList<TaskStats> taskStats)
Parameters
Type |
Name |
Description |
IList<TaskStats> |
taskStats |
|
Returns