Click or drag to resize

SortTask<T>.Finish 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.Jet.PrepartitionedRecordWriter<T>
The RecordWriter<T> to which the task's output should be written.
See Also