| Package | Description |
|---|---|
| org.apache.flink.runtime.operators | |
| org.apache.flink.runtime.operators.chaining | |
| org.apache.flink.runtime.operators.util |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ChainedDriver<?,?>> |
RegularPactTask.chainedTasks
A list of chained drivers, if there are any.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ChainedDriver<?,?>> |
DriverStrategy.getPushChainDriverClass() |
| Modifier and Type | Method and Description |
|---|---|
static void |
RegularPactTask.cancelChainedTasks(List<ChainedDriver<?,?>> tasks)
Cancels all tasks via their
cancelTask() method. |
static void |
RegularPactTask.closeChainedTasks(List<ChainedDriver<?,?>> tasks,
AbstractInvokable parent)
Closes all chained tasks, in the order as they are stored in the array.
|
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.openChainedTasks(List<ChainedDriver<?,?>> tasks,
AbstractInvokable parent)
Opens all chained tasks, in the order as they are stored in the array.
|
protected static void |
RegularPactTask.reportAndClearAccumulators(Environment env,
Map<String,Accumulator<?,?>> accumulators,
ArrayList<ChainedDriver<?,?>> chainedTasks)
This method is called at the end of a task, receiving the accumulators of
the task and the chained tasks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedCollectorMapDriver<IT,OT> |
class |
ChainedFlatMapDriver<IT,OT> |
class |
ChainedMapDriver<IT,OT> |
class |
ChainedTerminationCriterionDriver<IT,OT> |
class |
SynchronousChainedCombineDriver<T> |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ChainedDriver<?,?>> |
TaskConfig.getChainedTask(int chainPos) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskConfig.addChainedTask(Class<? extends ChainedDriver> chainedTaskClass,
TaskConfig conf,
String taskName) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.