Class TimeLimitingCollector.TimerThread
Thread used to timeout search requests. Can be stopped completely with StopTimer()
@lucene.experimental
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class TimerThread : ThreadClass, IThreadRunnable
Constructors
Name | Description |
---|---|
TimerThread(Counter) | |
TimerThread(Int64, Counter) |
Fields
Name | Description |
---|---|
DEFAULT_RESOLUTION | |
THREAD_NAME |
Properties
Name | Description |
---|---|
Milliseconds | Get the timer value in milliseconds. |
Resolution | Return the timer resolution. |
Methods
Name | Description |
---|---|
Run() | |
StopTimer() | Stops the timer thread |