java.lang.Object
org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig
All Implemented Interfaces:
Serializable

public class OutputFileConfig extends Object implements Serializable
Part file name configuration. This allow to define a prefix and a suffix to the part file name.
See Also:
  • Constructor Details

    • OutputFileConfig

      public OutputFileConfig(String partPrefix, String partSuffix)
      Initiates the PartFileConfig with values passed as parameters.
      Parameters:
      partPrefix - - the beginning of part file name
      partSuffix - - the ending of part file name
  • Method Details