Click or drag to resize

JobBuilderSpillSortCombine Method

Overload List
  NameDescription
Public methodSpillSortCombine(IOperationInput, Type, Type)
Sorts the specified input by using a file channel with an output type of SortSpill.
Public methodSpillSortCombineTKey, TValue(IOperationInput, ActionTKey, IEnumerableTValue, RecordWriterPairTKey, TValue, TaskContext, Type, RecordReuseMode)
Sorts the specified input by using a file channel with an output type of SortSpill and using the specified reduce-style combiner function.
Public methodSpillSortCombineTKey, TValue(IOperationInput, ActionTKey, IEnumerableTValue, RecordWriterPairTKey, TValue, Type, RecordReuseMode)
Sorts the specified input by using a file channel with an output type of SortSpill and using the specified reduce-style combiner function.
Top
See Also