| 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: 2.0.0
Syntax public int SpillSortMinSpillsForCombineDuringMerge { get; set; }
Public Property SpillSortMinSpillsForCombineDuringMerge As Integer
Get
Set
public:
property int SpillSortMinSpillsForCombineDuringMerge {
int get ();
void set (int value);
}
member SpillSortMinSpillsForCombineDuringMerge : int with get, set
Property Value
Type:
Int32
The minimum number of spills needed for the combiner to run during the merge phase. The default value is 3.
See Also