Class AbstractBlockPackedWriter
Inheritance
System.Object
AbstractBlockPackedWriter
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class AbstractBlockPackedWriter : object
Constructors
Name | Description |
---|---|
AbstractBlockPackedWriter(DataOutput, Int32) | Sole constructor. |
Fields
Name | Description |
---|---|
m_blocks | |
m_finished | |
m_off | |
m_ord | |
m_out | |
m_values |
Properties
Name | Description |
---|---|
Ord | Return the number of values which have been added. |
Methods
Name | Description |
---|---|
Add(Int64) | Append a new long. |
Finish() | Flush all buffered data to disk. This instance is not usable anymore after this method has been called until Reset(DataOutput) has been called. |
Flush() | |
Reset(DataOutput) | Reset this writer to wrap |
WriteValues(Int32) |