Class AbstractAppendingInt64Buffer
Common functionality shared by AppendingDeltaPackedInt64Buffer and MonotonicAppendingInt64Buffer.
NOTE: This was AbstractAppendingLongBuffer in Lucene
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class AbstractAppendingInt64Buffer : Int64Values
Properties
Name | Description |
---|---|
Count | Get the number of values that have been added to the buffer. NOTE: This was size() in Lucene. |
PageSize |
Methods
Name | Description |
---|---|
Add(Int64) | Append a value to this buffer. |
Freeze() | Pack all pending values in this buffer. Subsequent calls to Add(Int64) will fail. |
Get(Int64) | |
Get(Int64, Int64[], Int32, Int32) | Bulk get: read at least one and at most |
GetIterator() | Return an iterator over the values of this buffer. |
RamBytesUsed() | Return the number of bytes used by this instance. |