Class MonotonicAppendingInt64Buffer
Utility class to buffer signed longs in memory, which is optimized for the case where the sequence is monotonic, although it can encode any sequence of arbitrary longs. It only supports appending.
NOTE: This was MonotonicAppendingLongBuffer in Lucene.
@lucene.internal
Inheritance
System.Object
MonotonicAppendingInt64Buffer
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class MonotonicAppendingInt64Buffer : AbstractAppendingInt64Buffer
Constructors
Name | Description |
---|---|
MonotonicAppendingInt64Buffer() | Create an MonotonicAppendingInt64Buffer with initialPageCount=16, pageSize=1024 and acceptableOverheadRatio=DEFAULT. |
MonotonicAppendingInt64Buffer(Int32, Int32, Single) | |
MonotonicAppendingInt64Buffer(Single) | Create an AppendingDeltaPackedInt64Buffer with initialPageCount=16, pageSize=1024. |
Methods
Name | Description |
---|---|
RamBytesUsed() |