| Package | Description |
|---|---|
| org.apache.flink.streaming.runtime.io | |
| org.apache.flink.streaming.runtime.io.checkpointing | |
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamTaskExternallyInducedSourceInput<T>
A subclass of
StreamTaskSourceInput for ExternallyInducedSourceReader. |
| Modifier and Type | Method and Description |
|---|---|
static CheckpointBarrierHandler |
InputProcessorUtil.createCheckpointBarrierHandler(org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable toNotifyOnCheckpoint,
StreamConfig config,
SubtaskCheckpointCoordinator checkpointCoordinator,
String taskName,
List<org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate>[] inputGates,
List<StreamTaskSourceInput<?>> sourceInputs,
MailboxExecutor mailboxExecutor,
TimerService timerService) |
static CheckpointedInputGate[] |
InputProcessorUtil.createCheckpointedMultipleInputGate(org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable toNotifyOnCheckpoint,
StreamConfig config,
SubtaskCheckpointCoordinator checkpointCoordinator,
org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup taskIOMetricGroup,
String taskName,
MailboxExecutor mailboxExecutor,
List<org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate>[] inputGates,
List<StreamTaskSourceInput<?>> sourceInputs,
TimerService timerService) |
| Modifier and Type | Method and Description |
|---|---|
StreamTaskSourceInput<?> |
OperatorChain.ChainedSource.getSourceTaskInput() |
StreamTaskSourceInput<?> |
OperatorChain.getSourceTaskInput(StreamConfig.SourceInputConfig sourceInput) |
| Modifier and Type | Method and Description |
|---|---|
List<StreamTaskSourceInput<?>> |
OperatorChain.getSourceTaskInputs() |
| Constructor and Description |
|---|
ChainedSource(WatermarkGaugeExposingOutput<StreamRecord<?>> chainedSourceOutput,
StreamTaskSourceInput<?> sourceTaskInput) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.