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
DocumentsWriterPerThread.IntBlockAllocator
Fields in org.apache.lucene.index declared as IntBlockPool.Allocator Modifier and Type Field Description (package private) IntBlockPool.Allocator
DocumentsWriterPerThread. intBlockAllocator
-
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
.
-