C# Класс Lucene.Net.Search.TimeLimitingCollector.TimerThread

Thread used to timeout search requests. Can be stopped completely with TimerThread#stopTimer() @lucene.experimental
Наследование: Lucene.Net.Support.ThreadClass
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Run ( ) : void

Приватные методы

Метод Описание
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.

Описание методов

Run() публичный Метод

public Run ( ) : void
Результат void