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 TypeMethodDescriptionvoid
close()
void
configure
(org.apache.flink.configuration.Configuration configuration) void
open
(int i, int i1) void
writeRecord
(T o) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
configure
in interfaceorg.apache.flink.api.common.io.OutputFormat<T>
-
open
- Specified by:
open
in interfaceorg.apache.flink.api.common.io.OutputFormat<T>
- Throws:
IOException
-
writeRecord
- Specified by:
writeRecord
in interfaceorg.apache.flink.api.common.io.OutputFormat<T>
- Throws:
IOException
-
close
- Specified by:
close
in interfaceorg.apache.flink.api.common.io.OutputFormat<T>
- Throws:
IOException
-