C# Class Lucene.Net.Store.TestLockFactory

Inheritance: LuceneTestCase
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
_testStressLocks ( Lucene.Net.Store.LockFactory lockFactory, DirectoryInfo indexDir ) : void

Private Methods

Méthode Description
AddDoc ( IndexWriter writer ) : void
TestCustomLockFactory ( ) : void
TestDefaultFSLockFactoryPrefix ( ) : void
TestDefaultRAMDirectory ( ) : void
TestNativeFSLockFactory ( ) : void
TestNativeFSLockFactoryLockExists ( ) : void
TestNativeFSLockFactoryPrefix ( ) : void
TestRAMDirectoryNoLocking ( ) : void
TestSimpleFSLockFactory ( ) : void
TestStressLocks ( ) : void
TestStressLocksNativeFSLockFactory ( ) : void

Method Details

_testStressLocks() public méthode

public _testStressLocks ( Lucene.Net.Store.LockFactory lockFactory, DirectoryInfo indexDir ) : void
lockFactory Lucene.Net.Store.LockFactory
indexDir System.IO.DirectoryInfo
Résultat void