|
|||||||||
| 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 | |
|---|---|
abstract Counter |
BytesRefHash.BytesStartArray.bytesUsed()
A Counter reference holding the number of bytes used by this
BytesRefHash.BytesStartArray. |
Counter |
BytesRefHash.DirectBytesStartArray.bytesUsed()
|
static Counter |
Counter.newCounter()
Returns a new counter. |
static Counter |
Counter.newCounter(boolean threadSafe)
Returns a new counter. |
| Constructors in org.apache.lucene.util with parameters of type Counter | |
|---|---|
ByteBlockPool.DirectTrackingAllocator(Counter bytesUsed)
|
|
ByteBlockPool.DirectTrackingAllocator(int blockSize,
Counter bytesUsed)
|
|
BytesRefHash.DirectBytesStartArray(int initSize,
Counter counter)
|
|
RecyclingByteBlockAllocator(int blockSize,
int maxBufferedBlocks,
Counter bytesUsed)
Creates a new RecyclingByteBlockAllocator |
|
RecyclingIntBlockAllocator(int blockSize,
int maxBufferedBlocks,
Counter bytesUsed)
Creates a new RecyclingIntBlockAllocator |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||