Class RowWisePartWriter<IN,​BucketID>

    • Constructor Detail

      • RowWisePartWriter

        public RowWisePartWriter​(BucketID bucketId,
                                 org.apache.flink.core.fs.Path path,
                                 org.apache.flink.core.fs.RecoverableFsDataOutputStream currentPartStream,
                                 org.apache.flink.api.common.serialization.Encoder<IN> encoder,
                                 long creationTime)
    • Method Detail

      • write

        public void write​(IN element,
                          long currentTime)
                   throws IOException
        Description copied from interface: InProgressFileWriter
        Write an element to the part file.
        Parameters:
        element - the element to be written.
        currentTime - the writing time.
        Throws:
        IOException - Thrown if writing the element fails.