Show / Hide Table of Contents

    Class ResetInputsTask

    Reset inputs so that the test run would behave, input wise, as if it just started. This affects e.g. the generation of docs and queries.

    Inheritance
    System.Object
    PerfTask
    ResetInputsTask
    ResetSystemSoftTask
    Inherited Members
    PerfTask.m_logStep
    PerfTask.m_params
    PerfTask.NEW_LINE
    PerfTask.SetRunInBackground(Int32)
    PerfTask.RunInBackground
    PerfTask.BackgroundDeltaPriority
    PerfTask.Stop
    PerfTask.StopNow()
    PerfTask.Clone()
    PerfTask.Dispose()
    PerfTask.Dispose(Boolean)
    PerfTask.RunAndMaybeStats(Boolean)
    PerfTask.GetName()
    PerfTask.SetName(String)
    PerfTask.RunData
    PerfTask.Depth
    PerfTask.ToString()
    PerfTask.GetLogMessage(Int32)
    PerfTask.ShouldNeverLogAtStart
    PerfTask.Setup()
    PerfTask.TearDown()
    PerfTask.SupportsParams
    PerfTask.SetParams(String)
    PerfTask.Params
    PerfTask.DisableCounting
    PerfTask.AlgLineNum
    Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class ResetInputsTask : PerfTask

    Constructors

    | Improve this Doc View Source

    ResetInputsTask(PerfRunData)

    Declaration
    public ResetInputsTask(PerfRunData runData)
    Parameters
    Type Name Description
    PerfRunData runData

    Properties

    | Improve this Doc View Source

    ShouldNotRecordStats

    Declaration
    protected override bool ShouldNotRecordStats { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    PerfTask.ShouldNotRecordStats
    See Also
    ShouldNotRecordStats

    Methods

    | Improve this Doc View Source

    DoLogic()

    Declaration
    public override int DoLogic()
    Returns
    Type Description
    System.Int32
    Overrides
    PerfTask.DoLogic()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)