Class 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:
    Serialized Form
    • Constructor Detail

      • 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