Class Int32BlockPool.DirectAllocator
A simple Int32BlockPool.Allocator that never recycles.
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class DirectAllocator : Int32BlockPool.Allocator
Constructors
Name | Description |
---|---|
DirectAllocator() | Creates a new Int32BlockPool.DirectAllocator with a default block size |
Methods
Name | Description |
---|---|
RecycleInt32Blocks(Int32[][], Int32, Int32) | NOTE: This was recycleIntBlocks() in Lucene |