@Internal public class InputProcessorUtil extends Object
CheckpointedInputGate based on checkpoint mode for StreamOneInputProcessor and StreamTwoInputProcessor.| Constructor and Description |
|---|
InputProcessorUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CheckpointBarrierHandler |
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 |
createCheckpointedInputGate(org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable toNotifyOnCheckpoint,
StreamConfig config,
SubtaskCheckpointCoordinator checkpointCoordinator,
org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate[] inputGates,
org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup taskIOMetricGroup,
String taskName,
MailboxExecutor mailboxExecutor,
TimerService timerService) |
static CheckpointedInputGate[] |
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) |
static CheckpointedInputGate[] |
createCheckpointedMultipleInputGate(MailboxExecutor mailboxExecutor,
List<org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate>[] inputGates,
org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup taskIOMetricGroup,
CheckpointBarrierHandler barrierHandler,
StreamConfig config) |
public static CheckpointedInputGate createCheckpointedInputGate(org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable toNotifyOnCheckpoint, StreamConfig config, SubtaskCheckpointCoordinator checkpointCoordinator, org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate[] inputGates, org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup taskIOMetricGroup, String taskName, MailboxExecutor mailboxExecutor, TimerService timerService)
public static CheckpointedInputGate[] 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)
CheckpointedInputGate created for corresponding InputGates supplied as parameters.public static CheckpointedInputGate[] createCheckpointedMultipleInputGate(MailboxExecutor mailboxExecutor, List<org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate>[] inputGates, org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup taskIOMetricGroup, CheckpointBarrierHandler barrierHandler, StreamConfig config)
public static CheckpointBarrierHandler 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)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.