Click or drag to resize

SpillRecordWriterTSpillDataSizeForPartition Method

Gets the spill data size for the specified partition.

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
protected int SpillDataSizeForPartition(
	int partition
)

Parameters

partition
Type: SystemInt32
The partition number.

Return Value

Type: Int32
The size of the partition's data for this spill.
Remarks

Only call this method from the SpillOutput(Boolean) method.

See Also