Click or drag to resize

SpillRecordWriterTPartitioner Property

Gets the partitioner.

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public IPartitioner<T> Partitioner { get; }

Property Value

Type: IPartitionerT
The partitioner.

Implements

IMultiRecordWriterTPartitioner
See Also