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:
  • Constructor Details

  • Method Details

    • configure

      public void configure(org.apache.flink.configuration.Configuration configuration)
      Specified by:
      configure in interface org.apache.flink.api.common.io.OutputFormat<T>
    • open

      public void open(int i, int i1) throws IOException
      Specified by:
      open in interface org.apache.flink.api.common.io.OutputFormat<T>
      Throws:
      IOException
    • writeRecord

      public void writeRecord(T o) throws IOException
      Specified by:
      writeRecord in interface org.apache.flink.api.common.io.OutputFormat<T>
      Throws:
      IOException
    • close

      public void close() throws IOException
      Specified by:
      close in interface org.apache.flink.api.common.io.OutputFormat<T>
      Throws:
      IOException