| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.runtime.io |
| 限定符和类型 | 方法和说明 |
|---|---|
static CheckpointedInputGate |
InputProcessorUtil.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) |
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,
List<org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate>... inputGates) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.