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 |
---|---|
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.
|
Constructor and Description |
---|
ByteBlockPool.DirectTrackingAllocator(Counter bytesUsed) |
ByteBlockPool.DirectTrackingAllocator(int blockSize,
Counter bytesUsed) |
BytesRefArray(Counter bytesUsed)
Creates a new
BytesRefArray with a counter to track allocated bytes |
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 |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.