Class AppendingDeltaPackedInt64Buffer
Utility class to buffer a list of signed longs in memory. This class only supports appending and is optimized for the case where values are close to each other.
NOTE: This was AppendingDeltaPackedLongBuffer in Lucene
@lucene.internal
Inheritance
System.Object
AppendingDeltaPackedInt64Buffer
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class AppendingDeltaPackedInt64Buffer : AbstractAppendingInt64Buffer
Constructors
Name | Description |
---|---|
AppendingDeltaPackedInt64Buffer() | Create an AppendingDeltaPackedInt64Buffer with initialPageCount=16, pageSize=1024 and acceptableOverheadRatio=DEFAULT. |
AppendingDeltaPackedInt64Buffer(Int32, Int32, Single) | Create AppendingDeltaPackedInt64Buffer. |
AppendingDeltaPackedInt64Buffer(Single) | Create an AppendingDeltaPackedInt64Buffer with initialPageCount=16, pageSize=1024. |
Methods
Name | Description |
---|---|
RamBytesUsed() |