| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.api | |
| org.apache.flink.runtime.operators |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordWriter<T extends IOReadableWritable>
A record writer connects the application to an output gate.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<BufferWriter> |
RegularPactTask.eventualOutputs
The output writers for the data that this task forwards to the next task.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Collector<T> |
RegularPactTask.getOutputCollector(AbstractInvokable task,
TaskConfig config,
ClassLoader cl,
List<BufferWriter> eventualOutputs,
int numOutputs)
Creates the
Collector for the given task, as described by the given configuration. |
static <T> Collector<T> |
RegularPactTask.initOutputs(AbstractInvokable nepheleTask,
ClassLoader cl,
TaskConfig config,
List<ChainedDriver<?,?>> chainedTasksTarget,
List<BufferWriter> eventualOutputs)
Creates a writer for each output.
|
static void |
RegularPactTask.initOutputWriters(List<BufferWriter> writers) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.