Package org.apache.lucene.util
Class IntBlockPool.DirectAllocator
java.lang.Object
org.apache.lucene.util.IntBlockPool.Allocator
org.apache.lucene.util.IntBlockPool.DirectAllocator
- Enclosing class:
IntBlockPool
A simple
IntBlockPool.Allocator
that never recycles.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.util.IntBlockPool.Allocator
getIntBlock
-
Constructor Details
-
DirectAllocator
public DirectAllocator()Creates a newIntBlockPool.DirectAllocator
with a default block size
-
-
Method Details
-
recycleIntBlocks
public void recycleIntBlocks(int[][] blocks, int start, int end) - Specified by:
recycleIntBlocks
in classIntBlockPool.Allocator
-