Class WriteFormat<IN>

    • Constructor Detail

      • WriteFormat

        public WriteFormat()
        Deprecated.
    • Method Detail

      • write

        protected abstract void write​(String path,
                                      ArrayList<IN> tupleList)
        Deprecated.
        Writes the contents of tupleList to the file specified by path.
        Parameters:
        path - is the path to the location where the tuples are written
        tupleList - is the list of tuples to be written