Uses of Class
org.apache.flink.datastream.impl.common.TimestampCollector
Packages that use TimestampCollector
Package
Description
-
Uses of TimestampCollector in org.apache.flink.datastream.impl.common
Subclasses of TimestampCollector in org.apache.flink.datastream.impl.commonModifier and TypeClassDescriptionclassKeyCheckedOutputCollector<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 TimestampCollectorModifierConstructorDescriptionKeyCheckedOutputCollector(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.operatorsModifier and TypeClassDescriptionprotected classThis is a special implementation ofTimestampCollectorthat using side-output mechanism to emit data.Fields in org.apache.flink.datastream.impl.operators declared as TimestampCollectorModifier and TypeFieldDescriptionprotected 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 TimestampCollectorModifier and TypeMethodDescriptionprotected 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()BaseKeyedTwoOutputProcessOperator.getSideCollector()TwoOutputProcessOperator.getSideCollector()