| Package | Description |
|---|---|
| org.apache.flink.streaming.api.graph | |
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.operators.async | |
| 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) |
Map<Integer,StreamConfig> |
StreamConfig.getTransitiveChainedTaskConfigsWithSelf(ClassLoader cl) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamConfig.setTransitiveChainedTaskConfigs(Map<Integer,StreamConfig> chainedTaskConfigs) |
| Modifier and Type | Field and Description |
|---|---|
protected StreamConfig |
AbstractStreamOperator.config |
| Modifier and Type | Method and Description |
|---|---|
StreamConfig |
AbstractStreamOperator.getOperatorConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUdfStreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output) |
void |
StreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output)
Initializes the operator.
|
void |
AbstractStreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncWaitOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output) |
| Modifier and Type | Field and Description |
|---|---|
protected StreamConfig |
StreamTask.configuration
The configuration of this streaming task.
|
| Modifier and Type | Method and Description |
|---|---|
StreamConfig |
StreamTask.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static <OUT> List<StreamRecordWriter<org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<OUT>>>> |
StreamTask.createStreamRecordWriters(StreamConfig configuration,
org.apache.flink.runtime.execution.Environment environment) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.