C# Class Lucene.Net.Index.TestIndexWriterWithThreads.DelayedIndexAndCloseRunnable

Inheritance: Lucene.Net.Support.ThreadClass
显示文件 Open project: paulirwin/lucene.net

Public Methods

Method Description
DelayedIndexAndCloseRunnable ( Directory dir, CountDownLatch iwConstructed ) : Apache.NMS.Util
Run ( ) : void
StartIndexing ( ) : void

Method Details

DelayedIndexAndCloseRunnable() public method

public DelayedIndexAndCloseRunnable ( Directory dir, CountDownLatch iwConstructed ) : Apache.NMS.Util
dir System.IO.Directory
iwConstructed Apache.NMS.Util.CountDownLatch
return Apache.NMS.Util

Run() public method

public Run ( ) : void
return void

StartIndexing() public method

public StartIndexing ( ) : void
return void