Uses of Class
org.apache.lucene.util.IntBlockPool.Allocator
-
Packages that use IntBlockPool.Allocator Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util Some utility classes. -
-
Uses of IntBlockPool.Allocator in org.apache.lucene.index
Subclasses of IntBlockPool.Allocator in org.apache.lucene.index Modifier and Type Class Description private static classDefaultIndexingChain.IntBlockAllocatorConstructors in org.apache.lucene.index with parameters of type IntBlockPool.Allocator Constructor Description FreqProxTermsWriter(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Counter bytesUsed, TermsHash termVectors)SortingTermVectorsConsumer(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Directory directory, SegmentInfo info, Codec codec)TermsHash(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Counter bytesUsed, TermsHash nextTermsHash)TermVectorsConsumer(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Directory directory, SegmentInfo info, Codec codec) -
Uses of IntBlockPool.Allocator in org.apache.lucene.util
Subclasses of IntBlockPool.Allocator in org.apache.lucene.util Modifier and Type Class Description static classIntBlockPool.DirectAllocatorA simpleIntBlockPool.Allocatorthat never recycles.classRecyclingIntBlockAllocatorAIntBlockPool.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.Allocator Modifier and Type Field Description private IntBlockPool.AllocatorIntBlockPool. allocatorConstructors in org.apache.lucene.util with parameters of type IntBlockPool.Allocator Constructor Description IntBlockPool(IntBlockPool.Allocator allocator)Creates a newIntBlockPoolwith the givenIntBlockPool.Allocator.
-