Class ListenableCollector<T>
java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.table.runtime.collector.TableFunctionCollector<T>
org.apache.flink.table.runtime.collector.ListenableCollector<T>
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.RichFunction,org.apache.flink.util.Collector<T>
A listenable collector for lookup join that can be called when an original record was collected.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceAn interface can listen on collecting original record. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Optional<ListenableCollector.CollectListener<T>>voidsetCollectListener(ListenableCollector.CollectListener<T> collectListener) Methods inherited from class org.apache.flink.table.runtime.collector.TableFunctionCollector
close, getInput, isCollected, outputResult, reset, setCollector, setInputMethods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.util.Collector
collect
-
Constructor Details
-
ListenableCollector
public ListenableCollector()
-
-
Method Details
-
setCollectListener
-
getCollectListener
-