| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| org.apache.lucene.util |
Some utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Counter |
TimeLimitingCollector.getGlobalCounter()
Returns the global TimerThreads
Counter |
| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static Counter |
Counter.newCounter()
Returns a new counter.
|
static Counter |
Counter.newCounter(boolean threadSafe)
Returns a new counter.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.