public interface Output<T> extends Parameterized
GraphAlgorithm result.| Modifier and Type | Method and Description |
|---|---|
void |
write(String executionName,
PrintStream out,
org.apache.flink.api.java.DataSet<T> data)
Write the output
DataSet. |
configure, getName, getUsagevoid write(String executionName, PrintStream out, org.apache.flink.api.java.DataSet<T> data) throws Exception
DataSet.executionName - job nameout - output printerdata - the outputExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.