Click or drag to resize

SortTaskTFinish Method

Method called after the last record was processed.

Namespace:  Ookii.Jumbo.Jet.Tasks
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public override void Finish(
	PrepartitionedRecordWriter<T> output
)

Parameters

output
Type: Ookii.Jumbo.JetPrepartitionedRecordWriterT
The RecordWriterT to which the task's output should be written.
See Also