Show / Hide Table of Contents

    Enum Throttling

    Enum for controlling hard disk throttling. Set via Throttling

    WARNING: can make tests very slow.

    Namespace: Lucene.Net.Store
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public enum Throttling : int

    Fields

    Name Description
    ALWAYS

    always emulate a slow hard disk. could be very slow!

    NEVER

    never throttle output

    SOMETIMES

    sometimes (2% of the time) emulate a slow hard disk.

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