C# Class Lucene.Net.Index.TestIndexWriterWithThreads

Inheritance: Lucene.Net.Util.LuceneTestCase
显示文件 Open project: paulirwin/lucene.net Class Usage Examples

Public Methods

Method Description
_testMultipleThreadsFailure ( MockDirectoryWrapper failure ) : void
_testSingleThreadFailure ( MockDirectoryWrapper failure ) : void

Private Methods

Method Description
TestCloseWithThreads ( ) : void
TestIOExceptionDuringAbort ( ) : void
TestIOExceptionDuringAbortOnlyOnce ( ) : void
TestIOExceptionDuringAbortWithThreads ( ) : void
TestIOExceptionDuringAbortWithThreadsOnlyOnce ( ) : void
TestIOExceptionDuringWriteSegment ( ) : void
TestIOExceptionDuringWriteSegmentOnlyOnce ( ) : void
TestIOExceptionDuringWriteSegmentWithThreads ( ) : void
TestIOExceptionDuringWriteSegmentWithThreadsOnlyOnce ( ) : void
TestImmediateDiskFullWithThreads ( ) : void
TestOpenTwoIndexWritersOnDifferentThreads ( ) : void
TestRollbackAndCommitWithThreads ( ) : void

Method Details

_testMultipleThreadsFailure() public method

public _testMultipleThreadsFailure ( MockDirectoryWrapper failure ) : void
failure MockDirectoryWrapper
return void

_testSingleThreadFailure() public method

public _testSingleThreadFailure ( MockDirectoryWrapper failure ) : void
failure MockDirectoryWrapper
return void