| 程序包 | 说明 |
|---|---|
| org.apache.flink.datastream.impl.common | |
| org.apache.flink.datastream.impl.operators |
| 限定符和类型 | 类和说明 |
|---|---|
class |
KeyCheckedOutputCollector<KEY,OUT>
This output checks whether the current key of the output record and the key extracted with a
specific key selector are exactly the same.
|
class |
OutputCollector<OUT>
The default implementation of
Collector. |
| 构造器和说明 |
|---|
KeyCheckedOutputCollector(TimestampCollector<OUT> collector,
org.apache.flink.api.java.functions.KeySelector<OUT,KEY> outKeySelector,
Supplier<KEY> currentKeyGetter) |
| 限定符和类型 | 类和说明 |
|---|---|
protected class |
TwoOutputProcessOperator.SideOutputCollector
This is a special implementation of
TimestampCollector that using side-output
mechanism to emit data. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected TimestampCollector<OUT> |
TwoInputNonBroadcastProcessOperator.collector |
protected TimestampCollector<OUT> |
TwoInputBroadcastProcessOperator.collector |
protected TimestampCollector<OUT_MAIN> |
TwoOutputProcessOperator.mainCollector |
protected TimestampCollector<OUT> |
ProcessOperator.outputCollector |
protected TimestampCollector<OUT_SIDE> |
TwoOutputProcessOperator.sideCollector |
| 限定符和类型 | 方法和说明 |
|---|---|
protected TimestampCollector<OUT_MAIN> |
KeyedTwoOutputProcessOperator.getMainCollector() |
protected TimestampCollector<OUT_MAIN> |
TwoOutputProcessOperator.getMainCollector() |
protected TimestampCollector<OUT> |
TwoInputNonBroadcastProcessOperator.getOutputCollector() |
protected TimestampCollector<OUT> |
ProcessOperator.getOutputCollector() |
protected TimestampCollector<OUT> |
KeyedProcessOperator.getOutputCollector() |
protected TimestampCollector<OUT> |
KeyedTwoInputNonBroadcastProcessOperator.getOutputCollector() |
protected TimestampCollector<OUT> |
KeyedTwoInputBroadcastProcessOperator.getOutputCollector() |
protected TimestampCollector<OUT> |
TwoInputBroadcastProcessOperator.getOutputCollector() |
TimestampCollector<OUT_SIDE> |
KeyedTwoOutputProcessOperator.getSideCollector() |
TimestampCollector<OUT_SIDE> |
TwoOutputProcessOperator.getSideCollector() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.