Uses of Class
org.apache.lucene.util.ByteBlockPool.Allocator
-
Packages that use ByteBlockPool.Allocator Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util Some utility classes. -
-
Uses of ByteBlockPool.Allocator in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ByteBlockPool.Allocator Modifier and Type Field Description private ByteBlockPool.AllocatorDefaultIndexingChain. byteBlockAllocatorConstructors in org.apache.lucene.index with parameters of type ByteBlockPool.Allocator Constructor Description FreqProxTermsWriter(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Counter bytesUsed, TermsHash termVectors)PointValuesWriter(ByteBlockPool.Allocator allocator, Counter bytesUsed, FieldInfo fieldInfo)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 ByteBlockPool.Allocator in org.apache.lucene.util
Subclasses of ByteBlockPool.Allocator in org.apache.lucene.util Modifier and Type Class Description static classByteBlockPool.DirectAllocatorA simpleByteBlockPool.Allocatorthat never recycles.static classByteBlockPool.DirectTrackingAllocatorA simpleByteBlockPool.Allocatorthat never recycles, but tracks how much total RAM is in use.classRecyclingByteBlockAllocatorAByteBlockPool.Allocatorimplementation 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.Allocator Modifier and Type Field Description private ByteBlockPool.AllocatorByteBlockPool. allocatorConstructors in org.apache.lucene.util with parameters of type ByteBlockPool.Allocator Constructor Description ByteBlockPool(ByteBlockPool.Allocator allocator)
-