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>
|
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(DataSet<T> input)
All
DataSetAnalytic processing must be terminated by an OutputFormat and
obtained via accumulators rather than returned by a DataSet . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.