Uses of Interface
org.apache.flink.streaming.runtime.tasks.OutputWithChainingCheck
-
Packages that use OutputWithChainingCheck Package Description org.apache.flink.streaming.runtime.io -
-
Uses of OutputWithChainingCheck in org.apache.flink.streaming.runtime.io
Classes in org.apache.flink.streaming.runtime.io that implement OutputWithChainingCheck Modifier and Type Class Description class
RecordWriterOutput<OUT>
Implementation ofOutput
that sends data using aRecordWriter
.
-