Click or drag to resize

FileChannelConfigurationElementSpillSortMinSpillsForCombineDuringMerge Property

Gets or sets the minimum number of spills needed for the SortSpillRecordWriterT for the a file output channel using SortSpill to run the combiner (if there is one) during the merge phase.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public int SpillSortMinSpillsForCombineDuringMerge { get; set; }

Property Value

Int32
The minimum number of spills needed for the combiner to run during the merge phase. The default value is 3.
See Also