 | SpillRecordWriterTPartitioner Property |
Gets the partitioner.
Namespace: Ookii.Jumbo.Jet.ChannelsAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic IPartitioner<T> Partitioner { get; }
Public ReadOnly Property Partitioner As IPartitioner(Of T)
Get
public:
virtual property IPartitioner<T>^ Partitioner {
IPartitioner<T>^ get () sealed;
}
abstract Partitioner : IPartitioner<'T> with get
override Partitioner : IPartitioner<'T> with get
Property Value
IPartitionerTThe partitioner.
Implements
IMultiRecordWriterTPartitioner
See Also