Uses of Class
org.apache.flink.runtime.io.network.api.writer.RecordWriter
Packages that use RecordWriter
Package
Description
-
Uses of RecordWriter in org.apache.flink.runtime.io.network.api.writer
Subclasses of RecordWriter in org.apache.flink.runtime.io.network.api.writerModifier and TypeClassDescriptionfinal classBroadcastRecordWriter<T extends org.apache.flink.core.io.IOReadableWritable>A special record-oriented runtime result writer only for broadcast mode.final classChannelSelectorRecordWriter<T extends org.apache.flink.core.io.IOReadableWritable>A regular record-oriented runtime result writer.Methods in org.apache.flink.runtime.io.network.api.writer that return RecordWriterModifier and TypeMethodDescriptionRecordWriterBuilder.build(ResultPartitionWriter writer) MultipleRecordWriters.getRecordWriter(int outputIndex) NonRecordWriter.getRecordWriter(int outputIndex) RecordWriterDelegate.getRecordWriter(int outputIndex) Returns the internal actual record writer instance based on the output index.SingleRecordWriter.getRecordWriter(int outputIndex) Constructors in org.apache.flink.runtime.io.network.api.writer with parameters of type RecordWriterConstructor parameters in org.apache.flink.runtime.io.network.api.writer with type arguments of type RecordWriter -
Uses of RecordWriter in org.apache.flink.runtime.operators
Fields in org.apache.flink.runtime.operators with type parameters of type RecordWriterModifier and TypeFieldDescriptionprotected List<RecordWriter<?>>BatchTask.eventualOutputsThe output writers for the data that this task forwards to the next task.Method parameters in org.apache.flink.runtime.operators with type arguments of type RecordWriterModifier and TypeMethodDescriptionstatic voidBatchTask.clearWriters(List<RecordWriter<?>> writers) static <T> org.apache.flink.util.Collector<T>BatchTask.getOutputCollector(AbstractInvokable task, TaskConfig config, ClassLoader cl, List<RecordWriter<?>> eventualOutputs, int outputOffset, int numOutputs) Creates theCollectorfor the given task, as described by the given configuration. -
Uses of RecordWriter in org.apache.flink.runtime.operators.shipping
Methods in org.apache.flink.runtime.operators.shipping that return types with arguments of type RecordWriterModifier and TypeMethodDescriptionOutputCollector.getWriters()List of writers that are associated with this output collectorConstructor parameters in org.apache.flink.runtime.operators.shipping with type arguments of type RecordWriterModifierConstructorDescriptionOutputCollector(List<RecordWriter<SerializationDelegate<T>>> writers, org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer) Initializes the output collector with a set of writers. -
Uses of RecordWriter in org.apache.flink.streaming.runtime.io
Constructors in org.apache.flink.streaming.runtime.io with parameters of type RecordWriterModifierConstructorDescriptionRecordWriterOutput(RecordWriter<SerializationDelegate<StreamRecord<OUT>>> recordWriter, org.apache.flink.api.common.typeutils.TypeSerializer<OUT> outSerializer, org.apache.flink.util.OutputTag outputTag, boolean supportsUnalignedCheckpoints)