Class TextOutputFormat<T>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  TextOutputFormat.TextFormatter<IN>
      Deprecated.
      Formatter that transforms values into their String representations.
      • Nested classes/interfaces inherited from class org.apache.flink.api.common.io.FileOutputFormat

        org.apache.flink.api.common.io.FileOutputFormat.OutputDirectoryMode
      • Nested classes/interfaces inherited from interface org.apache.flink.api.common.io.OutputFormat

        org.apache.flink.api.common.io.OutputFormat.InitializationContext
    • Field Summary

      • Fields inherited from class org.apache.flink.api.common.io.FileOutputFormat

        FILE_PARAMETER_KEY, outputFilePath, stream
    • Constructor Summary

      Constructors 
      Constructor Description
      TextOutputFormat​(org.apache.flink.core.fs.Path outputPath)
      Deprecated.
       
      TextOutputFormat​(org.apache.flink.core.fs.Path outputPath, String charset)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      String getCharsetName()
      Deprecated.
       
      void open​(int taskNumber, int numTasks)
      Deprecated.
       
      void setCharsetName​(String charsetName)
      Deprecated.
       
      String toString()
      Deprecated.
       
      void writeRecord​(T record)
      Deprecated.
       
      • Methods inherited from class org.apache.flink.api.common.io.FileOutputFormat

        close, configure, getDirectoryFileName, getOutputDirectoryMode, getOutputFilePath, getWriteMode, initDefaultsFromConfiguration, initializeGlobal, setOutputDirectoryMode, setOutputFilePath, setWriteMode, tryCleanupOnError
      • Methods inherited from class org.apache.flink.api.common.io.RichOutputFormat

        getRuntimeContext, setRuntimeContext
      • Methods inherited from interface org.apache.flink.api.common.io.OutputFormat

        open