Enum MockDirectoryWrapper.Throttling_e
Assembly: Lucene.Net.TestFramework.dll
Syntax
public enum Throttling_e : 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. |