Create a new Partition operator with the specified input type. This method sets eagerCancel to false. To specify a different value for the eagerCancel parameter, then instantiate Partition using the constructor.
Create a new Partition operator with the specified input type. This method sets eagerCancel to false. To specify a different value for the eagerCancel parameter, then instantiate Partition using the constructor.
If eagerCancel is true, partition cancels upstream if any of its downstreams cancel, if false, when all have cancelled.
Value parameters
outputPorts
number of output ports
partitioner
function deciding which output each element will be targeted