| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| org.apache.lucene.util |
Some utility classes.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Counter |
TimeLimitingCollector.getGlobalCounter() |
Returns the global TimerThreads
Counter |
| Constructor | Description |
|---|---|
TimeLimitingCollector(Collector collector,
Counter clock,
long ticksAllowed) |
Create a TimeLimitedCollector wrapper over another
Collector with a specified timeout. |
TimerThread(long resolution,
Counter counter) |
|
TimerThread(Counter counter) |
| Modifier and Type | Method | Description |
|---|---|---|
static Counter |
Counter.newCounter() |
Returns a new counter.
|
static Counter |
Counter.newCounter(boolean threadSafe) |
Returns a new counter.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.