Class PagedGrowableWriter
A PagedGrowableWriter. This class slices data into fixed-size blocks which have independent numbers of bits per value and grow on-demand.
You should use this class instead of the AbstractAppendingInt64Buffer related ones only when you need random write-access. Otherwise this class will likely be slower and less memory-efficient.
@lucene.internal
Inheritance
System.Object
PagedGrowableWriter
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class PagedGrowableWriter : AbstractPagedMutable<PagedGrowableWriter>
Constructors
Name | Description |
---|---|
PagedGrowableWriter(Int64, Int32, Int32, Single) | Create a new PagedGrowableWriter instance. |
Methods
Name | Description |
---|---|
BaseRamBytesUsed() | |
NewMutable(Int32, Int32) | |
NewUnfilledCopy(Int64) |