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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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 methodEqualsDetermines 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWriteRecord Writes a record.
Top
See Also