Class Int32BlockPool.DirectAllocator
A simple Int32Block
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public sealed class DirectAllocator : Int32BlockPool.Allocator
Constructors
| Improve this Doc View SourceDirectAllocator()
Creates a new Int32Block
Declaration
public DirectAllocator()
Methods
| Improve this Doc View SourceRecycleInt32Blocks(Int32[][], Int32, Int32)
NOTE: This was recycleIntBlocks() in Lucene
Declaration
public override void RecycleInt32Blocks(int[][] blocks, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
System. |
blocks | |
System. |
start | |
System. |
end |