| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.operators.co | |
| org.apache.flink.streaming.runtime.io | |
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BatchCoBroadcastWithKeyedOperator<KS,IN1,IN2,OUT>
A
TwoInputStreamOperator for executing KeyedBroadcastProcessFunctions in RuntimeExecutionMode.BATCH
execution mode. |
class |
BatchCoBroadcastWithNonKeyedOperator<IN1,IN2,OUT>
A
TwoInputStreamOperator for executing BroadcastProcessFunctions in RuntimeExecutionMode.BATCH
execution mode. |
| 构造器和说明 |
|---|
StreamOneInputProcessor(StreamTaskInput<IN> input,
PushingAsyncDataInput.DataOutput<IN> output,
BoundedMultiInput endOfInputAware) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FinishedOperatorChain<OUT,OP extends StreamOperator<OUT>>
The
OperatorChain that is used for restoring tasks that are TaskStateManager.isTaskDeployedAsFinished(). |
class |
OperatorChain<OUT,OP extends StreamOperator<OUT>>
The
OperatorChain contains all operators that are executed as one chain within a single
StreamTask. |
class |
RegularOperatorChain<OUT,OP extends StreamOperator<OUT>>
A regular non finished on restore
OperatorChain. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.