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
파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
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