C# Class Lucene.Net.Search.TimeLimitingCollector.TimerThread

Thread used to timeout search requests. Can be stopped completely with TimerThread#stopTimer() @lucene.experimental
Inheritance: Lucene.Net.Support.ThreadClass
ファイルを表示 Open project: synhershko/lucene.net Class Usage Examples

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
TimerThread ( ) : System

TimerThread provides a pseudo-clock service to all searching threads, so that they can count elapsed time with less overhead than repeatedly calling System.currentTimeMillis. A single thread should be created to be used for all searches.

Method Details

Run() public method

public Run ( ) : void
return void