Uses of Class
org.apache.lucene.util.Counter
-
Packages that use Counter Package Description org.apache.lucene.util -
-
Uses of Counter in org.apache.lucene.util
Methods in org.apache.lucene.util that return Counter Modifier and Type Method Description abstract CounterBytesRefHash.BytesStartArray. bytesUsed()ACounterreference holding the number of bytes used by thisBytesRefHash.BytesStartArray.CounterBytesRefHash.DirectBytesStartArray. bytesUsed()static CounterCounter. newCounter()Returns a new counter.static CounterCounter. newCounter(boolean threadSafe)Returns a new counter.Constructors in org.apache.lucene.util with parameters of type Counter Constructor Description BytesRefArray(Counter bytesUsed)Creates a newBytesRefArraywith a counter to track allocated bytesDirectBytesStartArray(int initSize, Counter counter)DirectTrackingAllocator(int blockSize, Counter bytesUsed)DirectTrackingAllocator(Counter bytesUsed)RecyclingByteBlockAllocator(int blockSize, int maxBufferedBlocks, Counter bytesUsed)Creates a newRecyclingByteBlockAllocatorRecyclingIntBlockAllocator(int blockSize, int maxBufferedBlocks, Counter bytesUsed)Creates a newRecyclingIntBlockAllocator
-