Click or drag to resize

SpillRecordWriterTWritePartition Method (Int32, RecordWriterRawRecord)

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: 2.0.0
Syntax
protected void WritePartition(
	int partition,
	RecordWriter<RawRecord> output
)

Parameters

partition
Type: SystemInt32
The partition number.
output
Type: Ookii.Jumbo.IORecordWriterRawRecord
The raw record writer to write the partition to.
See Also