Fork me on GitHub
  • API

    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

    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.

    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.