Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
Lucene.Net.Index.ByteBlockPool.Allocator Class Referenceabstract

Inherited by Lucene.Net.Index.DocumentsWriter.ByteBlockAllocator.

Public Member Functions

abstract void RecycleByteBlocks (byte[][] blocks, int start, int end)
 
abstract void RecycleByteBlocks (IList< byte[]> blocks)
 
abstract byte[] GetByteBlock (bool trackAllocations)
 

Detailed Description

Definition at line 49 of file ByteBlockPool.cs.

Member Function Documentation

abstract byte [] Lucene.Net.Index.ByteBlockPool.Allocator.GetByteBlock ( bool  trackAllocations)
pure virtual
abstract void Lucene.Net.Index.ByteBlockPool.Allocator.RecycleByteBlocks ( byte  blocks[][],
int  start,
int  end 
)
pure virtual
abstract void Lucene.Net.Index.ByteBlockPool.Allocator.RecycleByteBlocks ( IList< byte[]>  blocks)
pure virtual

The documentation for this class was generated from the following file: