C# Class Lucene.Net.Index.TestIndexWriterWithThreads

Inheritance: Lucene.Net.Util.LuceneTestCase
Afficher le fichier Open project: paulirwin/lucene.net Class Usage Examples

Méthodes publiques

Méthode Description
_testMultipleThreadsFailure ( MockDirectoryWrapper failure ) : void
_testSingleThreadFailure ( MockDirectoryWrapper failure ) : void

Private Methods

Méthode 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 méthode

public _testMultipleThreadsFailure ( MockDirectoryWrapper failure ) : void
failure MockDirectoryWrapper
Résultat void

_testSingleThreadFailure() public méthode

public _testSingleThreadFailure ( MockDirectoryWrapper failure ) : void
failure MockDirectoryWrapper
Résultat void