Uses of Class
org.apache.lucene.util.Counter
-
Packages that use Counter Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.search Code to search indices.org.apache.lucene.util Some utility classes. -
-
Uses of Counter in org.apache.lucene.index
Fields in org.apache.lucene.index declared as Counter Modifier and Type Field Description private CounterBufferedUpdates. bytesUsed(package private) CounterDefaultIndexingChain. bytesUsedprivate CounterDefaultIndexingChain.IntBlockAllocator. bytesUsedprivate CounterFieldUpdatesBuffer. bytesUsed(package private) CounterTermsHash. bytesUsedprivate CounterTermsHashPerField.PostingsBytesStartArray. bytesUsed(package private) CounterBufferedUpdates. fieldUpdatesBytesUsedprivate CounterBinaryDocValuesWriter. iwBytesUsedprivate CounterNormValuesWriter. iwBytesUsedprivate CounterNumericDocValuesWriter. iwBytesUsedprivate CounterPointValuesWriter. iwBytesUsedprivate CounterSortedDocValuesWriter. iwBytesUsedprivate CounterSortedNumericDocValuesWriter. iwBytesUsedprivate CounterSortedSetDocValuesWriter. iwBytesUsedprivate CounterBufferedUpdates. termsBytesUsedMethods in org.apache.lucene.index that return Counter Modifier and Type Method Description CounterTermsHashPerField.PostingsBytesStartArray. bytesUsed()Methods in org.apache.lucene.index with parameters of type Counter Modifier and Type Method Description private voidIndexWriter. countSoftDeletes(CodecReader reader, Bits wrappedLiveDocs, Bits hardLiveDocs, Counter softDeleteCounter, Counter hardDeleteCounter) -
Uses of Counter in org.apache.lucene.index.memory
Fields in org.apache.lucene.index.memory declared as Counter Modifier and Type Field Description private CounterMemoryIndex. bytesUsed -
Uses of Counter in org.apache.lucene.search
Fields in org.apache.lucene.search declared as Counter Modifier and Type Field Description private CounterTimeLimitingCollector. clock(package private) CounterTimeLimitingCollector.TimerThread. counterMethods in org.apache.lucene.search that return Counter Modifier and Type Method Description static CounterTimeLimitingCollector. getGlobalCounter()Returns the global TimerThreadsCounterConstructors in org.apache.lucene.search with parameters of type Counter Constructor Description TimeLimitingCollector(Collector collector, Counter clock, long ticksAllowed)Create a TimeLimitedCollector wrapper over anotherCollectorwith a specified timeout.TimerThread(long resolution, Counter counter)TimerThread(Counter counter) -
Uses of Counter in org.apache.lucene.util
Subclasses of Counter in org.apache.lucene.util Modifier and Type Class Description private static classCounter.AtomicCounterprivate static classCounter.SerialCounterFields in org.apache.lucene.util declared as Counter Modifier and Type Field Description private CounterByteBlockPool.DirectTrackingAllocator. bytesUsedprivate CounterBytesRefArray. bytesUsedprivate CounterBytesRefHash. bytesUsedprivate CounterBytesRefHash.DirectBytesStartArray. bytesUsedprivate CounterRecyclingByteBlockAllocator. bytesUsedprivate CounterRecyclingIntBlockAllocator. bytesUsedMethods 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
-