Class CommitIndexTask
Inheritance
System.Object
CommitIndexTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class CommitIndexTask : PerfTask
Constructors
|
Improve this Doc
View Source
CommitIndexTask(PerfRunData)
Declaration
public CommitIndexTask(PerfRunData runData)
Parameters
Properties
|
Improve this Doc
View Source
SupportsParams
Declaration
public override bool SupportsParams { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
|
Improve this Doc
View Source
DoLogic()
Declaration
public override int DoLogic()
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
SetParams(String)
Declaration
public override void SetParams(string params)
Parameters
Type |
Name |
Description |
System.String |
params |
|
Overrides