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 class
IndexingChain.IntBlockAllocator
Constructors 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 class
IntBlockPool.DirectAllocator
A simpleIntBlockPool.Allocator
that never recycles.class
RecyclingIntBlockAllocator
AIntBlockPool.Allocator
implementation 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.Allocator
IntBlockPool. allocator
Constructors in org.apache.lucene.util with parameters of type IntBlockPool.Allocator Constructor Description IntBlockPool(IntBlockPool.Allocator allocator)
Creates a newIntBlockPool
with the givenIntBlockPool.Allocator
.
-