Click or drag to resize

SpillRecordWriterTPreparePartition Method

When overridden in a derived class, prepares the partition for the spill.

Namespace: Ookii.Jumbo.Jet.Channels
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
protected virtual void PreparePartition(
	int partition,
	RecordIndexEntry[] index,
	byte[] buffer
)

Parameters

partition  Int32
The partition number.
index  RecordIndexEntry
The index entries for this partition.
buffer  Byte
The buffer containing the spill data.
Remarks
Note  Note
Do not access any part of the array other than the regions indicated in the index!
See Also