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
 
public static final class IntBlockPool.DirectAllocator extends IntBlockPool.Allocator
A simpleIntBlockPool.Allocatorthat never recycles. 
- 
- 
Constructor Summary
Constructors Constructor Description DirectAllocator()Creates a newIntBlockPool.DirectAllocatorwith a default block size 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrecycleIntBlocks(int[][] blocks, int start, int end)- 
Methods inherited from class org.apache.lucene.util.IntBlockPool.Allocator
getIntBlock 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
DirectAllocator
public DirectAllocator()
Creates a newIntBlockPool.DirectAllocatorwith a default block size 
 - 
 
- 
Method Detail
- 
recycleIntBlocks
public void recycleIntBlocks(int[][] blocks, int start, int end)- Specified by:
 recycleIntBlocksin classIntBlockPool.Allocator
 
 - 
 
 -