C# Class Lucene.Net.Index.TestDocumentsWriterStallControl.Updater

Inheritance: Lucene.Net.Support.ThreadClass
Datei anzeigen Open project: paulirwin/lucene.net

Public Methods

Method Description
Run ( ) : void
Updater ( AtomicBoolean stop, AtomicBoolean checkPoint, DocumentsWriterStallControl ctrl, Synchronizer sync, bool release, IList exceptions ) : Apache.NMS.Util

Method Details

Run() public method

public Run ( ) : void
return void

Updater() public method

public Updater ( AtomicBoolean stop, AtomicBoolean checkPoint, DocumentsWriterStallControl ctrl, Synchronizer sync, bool release, IList exceptions ) : Apache.NMS.Util
stop AtomicBoolean
checkPoint AtomicBoolean
ctrl DocumentsWriterStallControl
sync Synchronizer
release bool
exceptions IList
return Apache.NMS.Util