C# Class Lucene.Net.Store.SlowClosingMockIndexInputWrapper

hangs onto files a little bit longer (50ms in close). MockDirectoryWrapper acts like windows: you can't delete files open elsewhere. so the idea is to make race conditions for tiny files (like segments) easier to reproduce.
Inheritance: MockIndexInputWrapper
显示文件 Open project: paulirwin/lucene.net Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
SlowClosingMockIndexInputWrapper ( MockDirectoryWrapper dir, string name, IndexInput @delegate ) : System.Threading

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SlowClosingMockIndexInputWrapper() public method

public SlowClosingMockIndexInputWrapper ( MockDirectoryWrapper dir, string name, IndexInput @delegate ) : System.Threading
dir MockDirectoryWrapper
name string
@delegate IndexInput
return System.Threading