Click or drag to resize

PrepartitionedPushTaskTInput, TOutputProcessRecord Method

Method called for each record in the task's input.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public abstract void ProcessRecord(
	TInput record,
	int partition,
	PrepartitionedRecordWriter<TOutput> output
)

Parameters

record
Type: TInput
The record to process.
partition
Type: SystemInt32
The partition of the record.
output
Type: Ookii.Jumbo.JetPrepartitionedRecordWriterTOutput
The PrepartitionedRecordWriterT to which the task's output should be written.
See Also