• API

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    PerfTask
    ResetInputsTask
    ResetSystemSoftTask
    ResetSystemEraseTask
    Implements
    System.IDisposable
    Inherited Members
    ResetInputsTask.ShouldNotRecordStats
    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
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class ResetSystemSoftTask : ResetInputsTask, IDisposable

    Constructors

    | Improve this Doc View Source

    ResetSystemSoftTask(PerfRunData)

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

    Methods

    | Improve this Doc View Source

    DoLogic()

    Declaration
    public override int DoLogic()
    Returns
    Type Description
    System.Int32
    Overrides
    ResetInputsTask.DoLogic()

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)