Uses of Class
org.apache.lucene.util.Counter
Packages that use Counter
Package
Description
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Code to search indices.
Some utility classes.
-
Uses of Counter in org.apache.lucene.index
Fields in org.apache.lucene.index declared as CounterModifier and TypeFieldDescriptionprivate final CounterBufferedUpdates.bytesUsedprivate final CounterBufferedUpdates.DeletedTerms.bytesUsedprivate final CounterFieldUpdatesBuffer.bytesUsed(package private) final CounterIndexingChain.bytesUsedprivate final CounterIndexingChain.IntBlockAllocator.bytesUsed(package private) final CounterTermsHash.bytesUsedprivate final CounterTermsHashPerField.PostingsBytesStartArray.bytesUsedprivate final CounterBufferedUpdates.BytesRefIntMap.counter(package private) final CounterBufferedUpdates.fieldUpdatesBytesUsedprivate final CounterBinaryDocValuesWriter.iwBytesUsedprivate final CounterNormValuesWriter.iwBytesUsedprivate final CounterNumericDocValuesWriter.iwBytesUsedprivate final CounterPointValuesWriter.iwBytesUsedprivate final CounterSortedDocValuesWriter.iwBytesUsedprivate final CounterSortedNumericDocValuesWriter.iwBytesUsedprivate final CounterSortedSetDocValuesWriter.iwBytesUsedMethods in org.apache.lucene.index that return CounterMethods in org.apache.lucene.index with parameters of type CounterModifier and TypeMethodDescriptionprivate voidIndexWriter.countSoftDeletes(CodecReader reader, Bits wrappedLiveDocs, Bits hardLiveDocs, Counter softDeleteCounter, Counter hardDeleteCounter) Constructors in org.apache.lucene.index with parameters of type CounterModifierConstructorDescription(package private)BinaryDocValuesWriter(FieldInfo fieldInfo, Counter iwBytesUsed) privateBytesRefIntMap(ByteBlockPool pool, Counter counter) (package private)FieldUpdatesBuffer(Counter bytesUsed, DocValuesUpdate.BinaryDocValuesUpdate initialValue, int docUpTo) (package private)FieldUpdatesBuffer(Counter bytesUsed, DocValuesUpdate.NumericDocValuesUpdate initialValue, int docUpTo) privateFieldUpdatesBuffer(Counter bytesUsed, DocValuesUpdate initialValue, int docUpTo, boolean isNumeric) (package private)FreqProxTermsWriter(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Counter bytesUsed, TermsHash termVectors) (package private)IntBlockAllocator(Counter bytesUsed) NormValuesWriter(FieldInfo fieldInfo, Counter iwBytesUsed) (package private)NumericDocValuesWriter(FieldInfo fieldInfo, Counter iwBytesUsed) (package private)PointValuesWriter(Counter bytesUsed, FieldInfo fieldInfo) privatePostingsBytesStartArray(TermsHashPerField perField, Counter bytesUsed) SortedDocValuesWriter(FieldInfo fieldInfo, Counter iwBytesUsed, ByteBlockPool pool) (package private)SortedNumericDocValuesWriter(FieldInfo fieldInfo, Counter iwBytesUsed) (package private)SortedSetDocValuesWriter(FieldInfo fieldInfo, Counter iwBytesUsed, ByteBlockPool pool) (package private)TermsHash(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Counter bytesUsed, TermsHash nextTermsHash) (package private)TermsHashPerField(int streamCount, IntBlockPool intPool, ByteBlockPool bytePool, ByteBlockPool termBytePool, Counter bytesUsed, TermsHashPerField nextPerField, String fieldName, IndexOptions indexOptions) streamCount: how many streams this field stores per term. -
Uses of Counter in org.apache.lucene.index.memory
Fields in org.apache.lucene.index.memory declared as Counter -
Uses of Counter in org.apache.lucene.search
Fields in org.apache.lucene.search declared as CounterModifier and TypeFieldDescriptionprivate final CounterTimeLimitingCollector.clockDeprecated.(package private) final CounterTimeLimitingCollector.TimerThread.counterMethods in org.apache.lucene.search that return CounterModifier and TypeMethodDescriptionstatic CounterTimeLimitingCollector.getGlobalCounter()Deprecated.Returns the global TimerThreadsCounterConstructors in org.apache.lucene.search with parameters of type CounterModifierConstructorDescriptionTimeLimitingCollector(Collector collector, Counter clock, long ticksAllowed) Deprecated.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.utilModifier and TypeClassDescriptionprivate static final classprivate static final classFields in org.apache.lucene.util declared as CounterModifier and TypeFieldDescriptionprivate final CounterByteBlockPool.DirectTrackingAllocator.bytesUsedprivate final CounterBytesRefArray.bytesUsedprivate final CounterBytesRefHash.bytesUsedprivate final CounterBytesRefHash.DirectBytesStartArray.bytesUsedprivate final CounterRecyclingByteBlockAllocator.bytesUsedprivate final CounterRecyclingIntBlockAllocator.bytesUsedMethods in org.apache.lucene.util that return CounterModifier and TypeMethodDescriptionabstract CounterBytesRefHash.BytesStartArray.bytesUsed()ACounterreference holding the number of bytes used by thisBytesRefHash.BytesStartArray.BytesRefHash.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 CounterModifierConstructorDescriptionBytesRefArray(Counter bytesUsed) Creates a newBytesRefArraywith a counter to track allocated bytesDirectBytesStartArray(int initSize, Counter counter) DirectTrackingAllocator(Counter bytesUsed) RecyclingByteBlockAllocator(int maxBufferedBlocks, Counter bytesUsed) Creates a newRecyclingByteBlockAllocatorRecyclingIntBlockAllocator(int blockSize, int maxBufferedBlocks, Counter bytesUsed) Creates a newRecyclingIntBlockAllocator