Click or drag to resize

MergeRecordReaderTAssignAdditionalPartitions Method

Assigns additional partitions to this record reader.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public override void AssignAdditionalPartitions(
	IList<int> newPartitions
)

Parameters

newPartitions
Type: System.Collections.GenericIListInt32
The new partitions to assign.

Implements

IMultiInputRecordReaderAssignAdditionalPartitions(IListInt32)
Remarks

New partitions may only be assigned after all inputs for the existing partitions have been received.

See Also