| Package | Description |
|---|---|
| org.apache.flink.streaming.api.graph | |
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,StreamConfig> |
StreamConfig.getTransitiveChainedTaskConfigs(ClassLoader cl) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamConfig.setTransitiveChainedTaskConfigs(Map<Integer,StreamConfig> chainedTaskConfigs) |
| Modifier and Type | Method and Description |
|---|---|
StreamConfig |
AbstractStreamOperator.getOperatorConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output)
Initializes the operator.
|
void |
AbstractUdfStreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output) |
void |
AbstractStreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output) |
| Modifier and Type | Method and Description |
|---|---|
StreamConfig |
StreamTask.getConfiguration() |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.