| Package | Description |
|---|---|
| org.apache.flink.datastream.impl.common | |
| org.apache.flink.datastream.impl.operators |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Constructor and Description |
|---|
KeyCheckedOutputCollector(TimestampCollector<OUT> collector,
org.apache.flink.api.java.functions.KeySelector<OUT,KEY> outKeySelector,
Supplier<KEY> currentKeyGetter) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
TwoOutputProcessOperator.SideOutputCollector
This is a special implementation of
TimestampCollector that using side-output
mechanism to emit data. |
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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–2025 The Apache Software Foundation. All rights reserved.