|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Counter | |
---|---|
org.apache.lucene.search | Code to search indices. |
org.apache.lucene.util | Some utility classes. |
Uses of Counter in org.apache.lucene.search |
---|
Methods in org.apache.lucene.search that return Counter | |
---|---|
static Counter |
TimeLimitingCollector.getGlobalCounter()
Returns the global TimerThreads Counter |
Constructors in org.apache.lucene.search with parameters of type Counter | |
---|---|
TimeLimitingCollector.TimerThread(Counter counter)
|
|
TimeLimitingCollector.TimerThread(long resolution,
Counter counter)
|
|
TimeLimitingCollector(Collector collector,
Counter clock,
long ticksAllowed)
Create a TimeLimitedCollector wrapper over another Collector with a specified timeout. |
Uses of Counter in org.apache.lucene.util |
---|
Methods in org.apache.lucene.util that return Counter | |
---|---|
static Counter |
Counter.newCounter()
Returns a new counter. |
static Counter |
Counter.newCounter(boolean threadSafe)
Returns a new counter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |