Class Int32BlockPool.Allocator
Abstract class for allocating and freeing
Inheritance
System.Object
Int32BlockPool.Allocator
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class Allocator : object
Constructors
Name | Description |
---|---|
Allocator(Int32) |
Fields
Name | Description |
---|---|
m_blockSize |
Methods
Name | Description |
---|---|
GetInt32Block() | NOTE: This was getIntBlock() in Lucene |
RecycleInt32Blocks(Int32[][], Int32, Int32) | NOTE: This was recycleIntBlocks() in Lucene |