Class AppendingPackedInt64Buffer
Utility class to buffer a list of signed longs in memory. This class only supports appending and is optimized for non-negative numbers with a uniform distribution over a fixed (limited) range.
NOTE: This was AppendingPackedLongBuffer in Lucene
@lucene.internal
Inheritance
System.Object
AppendingPackedInt64Buffer
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class AppendingPackedInt64Buffer : AbstractAppendingInt64Buffer
Constructors
Name | Description |
---|---|
AppendingPackedInt64Buffer() | Create an AppendingPackedInt64Buffer with initialPageCount=16, pageSize=1024 and acceptableOverheadRatio=DEFAULT. |
AppendingPackedInt64Buffer(Int32, Int32, Single) | Initialize a AppendingPackedInt64Buffer. |
AppendingPackedInt64Buffer(Single) | Create an AppendingPackedInt64Buffer with initialPageCount=16, pageSize=1024. |