public class DoubleDataWriter extends ReductionDataWriter<DoubleSupplier>
extractor, output| Constructor and Description |
|---|
DoubleDataWriter(DataOutput output,
DoubleSupplier extractor) |
| Modifier and Type | Method and Description |
|---|---|
void |
write()
Write a piece of data, retrieved from the extractor, to the output stream.
|
public DoubleDataWriter(DataOutput output, DoubleSupplier extractor)
public void write()
throws IOException
ReductionDataWriterwrite in class ReductionDataWriter<DoubleSupplier>IOException - if an exception occurs while writing to the output streamCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.