Click or drag to resize

MultiRecordWriter<T> Constructor

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public MultiRecordWriter(
	IEnumerable<RecordWriter<T>> writers,
	IPartitioner<T> partitioner
)

Parameters

writers
Type: System.Collections.Generic.IEnumerable<RecordWriter<T>>
The writers to write the values to.
partitioner
Type: Ookii.Jumbo.IO.IPartitioner<T>
The partitioner used to decide which writer to use for each value.
See Also