C# Class Lucene.Net.Index.TestFlushByRamOrCountsPolicy

Inheritance: Lucene.Net.Util.LuceneTestCase
Datei anzeigen Open project: apache/lucenenet Class Usage Examples

Protected Methods

Method Description
AssertActiveBytesAfter ( DocumentsWriterFlushControl flushControl ) : void
RunFlushByRam ( int numThreads, double maxRamMB, bool ensureNotStalled ) : void

Private Methods

Method Description
AfterClass ( ) : void
BeforeClass ( ) : void
FindPending ( DocumentsWriterFlushControl flushControl, List pending, List notPending ) : void
TestFlushByRam ( ) : void
TestFlushByRamLargeBuffer ( ) : void
TestFlushDocCount ( ) : void
TestRandom ( ) : void
TestStallControl ( ) : void

Method Details

AssertActiveBytesAfter() protected method

protected AssertActiveBytesAfter ( DocumentsWriterFlushControl flushControl ) : void
flushControl DocumentsWriterFlushControl
return void

RunFlushByRam() protected method

protected RunFlushByRam ( int numThreads, double maxRamMB, bool ensureNotStalled ) : void
numThreads int
maxRamMB double
ensureNotStalled bool
return void