Uses of Interface
org.apache.flink.api.connector.source.SourceOutput
-
Packages that use SourceOutput Package Description org.apache.flink.api.connector.source -
-
Uses of SourceOutput in org.apache.flink.api.connector.source
Subinterfaces of SourceOutput in org.apache.flink.api.connector.source Modifier and Type Interface Description interfaceReaderOutput<T>The interface provided by the Flink runtime to theSourceReaderto emit records, and optionally watermarks, to downstream operators for message processing.Methods in org.apache.flink.api.connector.source that return SourceOutput Modifier and Type Method Description SourceOutput<T>ReaderOutput. createOutputForSplit(String splitId)Creates aSourceOutputfor a specific Source Split.
-