Uses of Class
org.apache.flink.datastream.impl.common.TimestampCollector
-
Packages that use TimestampCollector Package Description org.apache.flink.datastream.impl.common org.apache.flink.datastream.impl.operators -
-
Uses of TimestampCollector in org.apache.flink.datastream.impl.common
Subclasses of TimestampCollector in org.apache.flink.datastream.impl.common Modifier and Type Class Description classKeyCheckedOutputCollector<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.classOutputCollector<OUT>The default implementation ofCollector.Constructors in org.apache.flink.datastream.impl.common with parameters of type TimestampCollector Constructor Description KeyCheckedOutputCollector(TimestampCollector<OUT> collector, org.apache.flink.api.java.functions.KeySelector<OUT,KEY> outKeySelector, Supplier<KEY> currentKeyGetter) -
Uses of TimestampCollector in org.apache.flink.datastream.impl.operators
Subclasses of TimestampCollector in org.apache.flink.datastream.impl.operators Modifier and Type Class Description protected classTwoOutputProcessOperator.SideOutputCollectorThis is a special implementation ofTimestampCollectorthat using side-output mechanism to emit data.Fields in org.apache.flink.datastream.impl.operators declared as TimestampCollector Modifier and Type Field Description protected TimestampCollector<OUT>TwoInputBroadcastProcessOperator. collectorprotected TimestampCollector<OUT>TwoInputNonBroadcastProcessOperator. collectorprotected TimestampCollector<OUT_MAIN>TwoOutputProcessOperator. mainCollectorprotected TimestampCollector<OUT>ProcessOperator. outputCollectorprotected TimestampCollector<OUT_SIDE>TwoOutputProcessOperator. sideCollectorMethods in org.apache.flink.datastream.impl.operators that return TimestampCollector Modifier and Type Method Description protected TimestampCollector<OUT_MAIN>BaseKeyedTwoOutputProcessOperator. getMainCollector()protected TimestampCollector<OUT_MAIN>TwoOutputProcessOperator. getMainCollector()protected TimestampCollector<OUT>BaseKeyedProcessOperator. getOutputCollector()protected TimestampCollector<OUT>BaseKeyedTwoInputNonBroadcastProcessOperator. getOutputCollector()protected TimestampCollector<OUT>KeyedTwoInputBroadcastProcessOperator. getOutputCollector()protected TimestampCollector<OUT>ProcessOperator. getOutputCollector()protected TimestampCollector<OUT>TwoInputBroadcastProcessOperator. getOutputCollector()protected TimestampCollector<OUT>TwoInputNonBroadcastProcessOperator. getOutputCollector()TimestampCollector<OUT_SIDE>BaseKeyedTwoOutputProcessOperator. getSideCollector()TimestampCollector<OUT_SIDE>TwoOutputProcessOperator. getSideCollector()
-