Click or drag to resize

InputChannelAssignAdditionalPartitions Method

Assigns additional partitions to this input channel.

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

Parameters

additionalPartitions
Type: System.Collections.GenericIListInt32
The additional partitions.

Implements

IInputChannelAssignAdditionalPartitions(IListInt32)
Remarks

Not all input channels need to support this.

This method will only be called after the task finished processing all previously assigned partitions.

This method will never be called if PartitionsPerTask is 1 or DisableDynamicPartitionAssignment is .

See Also