Uses of Class
org.apache.flink.table.runtime.util.StreamRecordCollector
-
Packages that use StreamRecordCollector Package Description org.apache.flink.table.runtime.operators.join -
-
Uses of StreamRecordCollector in org.apache.flink.table.runtime.operators.join
Methods in org.apache.flink.table.runtime.operators.join with parameters of type StreamRecordCollector Modifier and Type Method Description voidSortMergeJoinFunction. open(boolean adaptiveHashJoin, org.apache.flink.streaming.runtime.tasks.StreamTask<?,?> taskContainer, org.apache.flink.streaming.api.graph.StreamConfig operatorConfig, StreamRecordCollector collector, long totalMemory, org.apache.flink.api.common.functions.RuntimeContext runtimeContext, org.apache.flink.metrics.groups.OperatorMetricGroup operatorMetricGroup)
-