| Package | Description |
|---|---|
| org.apache.flink.streaming.runtime.io | |
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| Modifier and Type | Method and Description |
|---|---|
SourceOperator<T,?> |
StreamTaskSourceInput.getOperator() |
| Constructor and Description |
|---|
StreamTaskExternallyInducedSourceInput(SourceOperator<T,?> operator,
java.util.function.Consumer<Long> checkpointTriggeringHook,
int inputGateIndex,
int inputIndex) |
StreamTaskSourceInput(SourceOperator<T,?> operator,
int inputGateIndex,
int inputIndex) |
| Constructor and Description |
|---|
StreamTaskFinishedOnRestoreSourceInput(SourceOperator<T,?> operator,
int inputGateIndex,
int inputIndex) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.