Click or drag to resize

SpillRecordWriterTWritePartition(Int32, RecordWriterRawRecord) Method

Writes the specified partition to the output using the RawRecord format, which includes record sizes.

Namespace: Ookii.Jumbo.Jet.Channels
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
protected void WritePartition(
	int partition,
	RecordWriter<RawRecord> output
)

Parameters

partition  Int32
The partition number.
output  RecordWriterRawRecord
The raw record writer to write the partition to.
See Also