Click or drag to resize

SpillRecordWriterTSpillBuffer Property

Gets the spill buffer for the current spill.

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
protected byte[] SpillBuffer { get; }

Property Value

Type: Byte
Remarks
Note Note
Only access this property from the SpillOutput(Boolean) method, and only access those parts of the array indicates by the regions returned by GetSpillIndex(Int32) for that spill.

Use this if you want to to custom writing of the partitions.

See Also