Property GlobalTimerThread
GlobalTimerThread
Returns the global TimeLimitingCollector.TimerThread.
Invoking this creates may create a new instance of TimeLimitingCollector.TimerThread iff the global TimeLimitingCollector.TimerThread has never been accessed before. The thread returned from this method is started on creation and will be alive unless you stop the TimeLimitingCollector.TimerThread via StopTimer().
@lucene.experimentalDeclaration
public static TimeLimitingCollector.TimerThread GlobalTimerThread { get; }
Property Value
Type | Description |
---|---|
TimeLimitingCollector.TimerThread | the global TimeLimitingCollector.TimerThread |