| FileOutputChannelCreateRecordWriterT Method |
Creates a
RecordWriterT to which the channel can write its output.
Namespace:
Ookii.Jumbo.Jet.Channels
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public override RecordWriter<T> CreateRecordWriter<T>()
Public Overrides Function CreateRecordWriter(Of T) As RecordWriter(Of T)
public:
generic<typename T>
virtual RecordWriter<T>^ CreateRecordWriter() override
abstract CreateRecordWriter : unit -> RecordWriter<'T>
override CreateRecordWriter : unit -> RecordWriter<'T>
Type Parameters
- T
- The type of the records.
Return Value
Type:
RecordWriterTA
RecordWriterT for the channel.
Implements
IOutputChannelCreateRecordWriterTSee Also