Uses of Class
org.apache.lucene.util.ByteBlockPool.Allocator
Packages that use ByteBlockPool.Allocator
Package
Description
Code to maintain and access indices.
Some utility classes.
-
Uses of ByteBlockPool.Allocator in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ByteBlockPool.AllocatorModifier and TypeFieldDescriptionprivate final ByteBlockPool.Allocator
IndexingChain.byteBlockAllocator
Constructors in org.apache.lucene.index with parameters of type ByteBlockPool.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 ByteBlockPool.Allocator in org.apache.lucene.util
Subclasses of ByteBlockPool.Allocator in org.apache.lucene.utilModifier and TypeClassDescriptionstatic final class
A simpleByteBlockPool.Allocator
that never recycles.static class
A simpleByteBlockPool.Allocator
that never recycles, but tracks how much total RAM is in use.final class
AByteBlockPool.Allocator
implementation that recycles unused byte blocks in a buffer and reuses them in subsequent calls toRecyclingByteBlockAllocator.getByteBlock()
.Fields in org.apache.lucene.util declared as ByteBlockPool.AllocatorConstructors in org.apache.lucene.util with parameters of type ByteBlockPool.Allocator