Uses of Class
org.apache.lucene.util.IntBlockPool.Allocator
Packages that use IntBlockPool.Allocator
Package
Description
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Some utility classes.
-
Uses of IntBlockPool.Allocator in org.apache.lucene.index
Subclasses of IntBlockPool.Allocator in org.apache.lucene.indexConstructors in org.apache.lucene.index with parameters of type IntBlockPool.AllocatorModifierConstructorDescription(package private)FreqProxTermsWriter(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Counter bytesUsed, TermsHash termVectors) (package private)SortingTermVectorsConsumer(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Directory directory, SegmentInfo info, Codec codec) (package private)TermsHash(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Counter bytesUsed, TermsHash nextTermsHash) (package private)TermVectorsConsumer(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Directory directory, SegmentInfo info, Codec codec) -
Uses of IntBlockPool.Allocator in org.apache.lucene.index.memory
Constructors in org.apache.lucene.index.memory with parameters of type IntBlockPool.AllocatorModifierConstructorDescription(package private)SlicedIntBlockPool(IntBlockPool.Allocator allocator) -
Uses of IntBlockPool.Allocator in org.apache.lucene.util
Subclasses of IntBlockPool.Allocator in org.apache.lucene.utilModifier and TypeClassDescriptionstatic final classA simpleIntBlockPool.Allocatorthat never recycles.final classAIntBlockPool.Allocatorimplementation that recycles unused int blocks in a buffer and reuses them in subsequent calls toRecyclingIntBlockAllocator.getIntBlock().Fields in org.apache.lucene.util declared as IntBlockPool.AllocatorConstructors in org.apache.lucene.util with parameters of type IntBlockPool.AllocatorModifierConstructorDescriptionIntBlockPool(IntBlockPool.Allocator allocator) Creates a newIntBlockPoolwith the givenIntBlockPool.Allocator.