Uses of Class
org.apache.lucene.util.IntBlockPool.Allocator
-
Packages that use IntBlockPool.Allocator Package Description org.apache.lucene.util Some utility classes. -
-
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()
.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
.
-