Property GlobalCounter
GlobalCounter
Returns the global TimeLimitingCollector.TimerThread's Counter
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 Counter GlobalCounter { get; }
Property Value
Type | Description |
---|---|
Counter | the global TimerThreads Counter |