Uses of Class
org.apache.lucene.util.Counter
Packages that use Counter
-
Uses of Counter in org.apache.lucene.util
Methods in org.apache.lucene.util that return CounterModifier and TypeMethodDescriptionabstract Counter
BytesRefHash.BytesStartArray.bytesUsed()
ACounter
reference holding the number of bytes used by thisBytesRefHash.BytesStartArray
.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 CounterModifierConstructorDescriptionBytesRefArray
(Counter bytesUsed) Creates a newBytesRefArray
with a counter to track allocated bytesDirectBytesStartArray
(int initSize, Counter counter) DirectTrackingAllocator
(Counter bytesUsed) RecyclingByteBlockAllocator
(int maxBufferedBlocks, Counter bytesUsed) Creates a newRecyclingByteBlockAllocator
RecyclingIntBlockAllocator
(int blockSize, int maxBufferedBlocks, Counter bytesUsed) Creates a newRecyclingIntBlockAllocator