Class WriteFormatAsText<IN>

    • Constructor Detail

      • WriteFormatAsText

        public WriteFormatAsText()
        Deprecated.
    • Method Detail

      • write

        public void write​(String path,
                          ArrayList<IN> tupleList)
        Deprecated.
        Description copied from class: WriteFormat
        Writes the contents of tupleList to the file specified by path.
        Specified by:
        write in class WriteFormat<IN>
        Parameters:
        path - is the path to the location where the tuples are written
        tupleList - is the list of tuples to be written