Uses of Class
org.apache.lucene.util.IntBlockPool.Allocator
Packages that use IntBlockPool.Allocator
-
Uses of IntBlockPool.Allocator in org.apache.lucene.util
Subclasses of IntBlockPool.Allocator in org.apache.lucene.utilModifier and TypeClassDescriptionstatic final class
A simpleIntBlockPool.Allocator
that never recycles.final class
AIntBlockPool.Allocator
implementation that recycles unused int blocks in a buffer and reuses them in subsequent calls toRecyclingIntBlockAllocator.getIntBlock()
.Constructors in org.apache.lucene.util with parameters of type IntBlockPool.AllocatorModifierConstructorDescriptionIntBlockPool
(IntBlockPool.Allocator allocator) Creates a newIntBlockPool
with the givenIntBlockPool.Allocator
.