Package org.apache.wayang.flink.compiler
Class OutputFormatConsumer<T>
java.lang.Object
org.apache.wayang.flink.compiler.OutputFormatConsumer<T>
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.io.OutputFormat<T>
public class OutputFormatConsumer<T>
extends Object
implements org.apache.flink.api.common.io.OutputFormat<T>, Serializable
Wrapper for
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.api.common.io.OutputFormat
org.apache.flink.api.common.io.OutputFormat.InitializationContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidconfigure(org.apache.flink.configuration.Configuration configuration) voidopen(int i, int i1) voidwriteRecord(T o) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.api.common.io.OutputFormat
open
-
Constructor Details
-
OutputFormatConsumer
-
-
Method Details
-
configure
public void configure(org.apache.flink.configuration.Configuration configuration) - Specified by:
configurein interfaceorg.apache.flink.api.common.io.OutputFormat<T>
-
open
- Specified by:
openin interfaceorg.apache.flink.api.common.io.OutputFormat<T>- Throws:
IOException
-
writeRecord
- Specified by:
writeRecordin interfaceorg.apache.flink.api.common.io.OutputFormat<T>- Throws:
IOException
-
close
- Specified by:
closein interfaceorg.apache.flink.api.common.io.OutputFormat<T>- Throws:
IOException
-