Class ReductionDataWriter<E>

    • Field Detail

      • extractor

        protected final E extractor
    • Constructor Detail

      • ReductionDataWriter

        public ReductionDataWriter​(DataOutput output,
                                   E extractor)
    • Method Detail

      • write

        public abstract void write()
                            throws IOException
        Write a piece of data, retrieved from the extractor, to the output stream.
        Throws:
        IOException - if an exception occurs while writing to the output stream