 | SpillRecordWriterTGetSpillIndex Method |
Gets the index for the specified partition for the current spill.
Namespace: Ookii.Jumbo.Jet.ChannelsAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxprotected RecordIndexEntry[]? GetSpillIndex(
int partition
)
Protected Function GetSpillIndex (
partition As Integer
) As RecordIndexEntry()
protected:
array<RecordIndexEntry>^ GetSpillIndex(
int partition
)
member GetSpillIndex :
partition : int -> RecordIndexEntry[]
Parameters
- partition Int32
- The partition number.
Return Value
RecordIndexEntryThe index entries.
Remarks
See Also