| Package | Description |
|---|---|
| org.apache.flink.graph.asm.dataset |
| Modifier and Type | Class and Description |
|---|---|
class |
ChecksumHashCode<T>
Convenience method to get the count (number of elements) of a
DataSet as well as the checksum (sum over element hashes). |
class |
Collect<T>
Collect the elements of a
DataSet into a List. |
class |
Count<T>
Count the number of elements in a
DataSet. |
class |
DataSetAnalyticBase<T,R>
Base class for
DataSetAnalytic. |
| Modifier and Type | Method and Description |
|---|---|
DataSetAnalytic<T,R> |
DataSetAnalytic.run(org.apache.flink.api.java.DataSet<T> input)
All
DataSetAnalytic processing must be terminated by an
OutputFormat and obtained via accumulators rather than
returned by a DataSet. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.