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: 2.0.0
Syntax
protected virtual void PreparePartition(
	int partition,
	RecordIndexEntry[] index,
	byte[] buffer
)

Parameters

partition
Type: SystemInt32
The partition number.
index
Type: Ookii.Jumbo.IORecordIndexEntry
The index entries for this partition.
buffer
Type: SystemByte
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