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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
protected byte[] SpillBuffer { get; }

Property Value

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