Click or drag to resize

PrepartitionedRecordWriterT Class

A record writer for records that have already been partitioned.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetPrepartitionedRecordWriterT

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public sealed class PrepartitionedRecordWriter<T> : IRecordWriter, 
	IDisposable

Type Parameters

T
The type of the records.

The PrepartitionedRecordWriterT type exposes the following members.

Properties
  NameDescription
Public propertyBytesWritten
Gets the number of bytes written to the stream after compression, or 0 if the stream was not compressed.
Public propertyOutputBytes
Gets the number of bytes written to the stream.
Public propertyRecordsWritten
Gets the total number of records written by this record writer.
Public propertyWriteTime
Gets the time spent writing.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFinishWriting
Informs the record writer that no further records will be written.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteRecord
Writes a record.
Top
See Also