| Interface | Description |
|---|---|
| DataSetAnalytic<T,R> |
A
DataSetAnalytic is similar to a CustomUnaryOperation but
is terminal and results are retrieved via accumulators. |
| Class | Description |
|---|---|
| ChecksumHashCode<T> |
Convenience method to get the count (number of elements) of a
DataSet as well as the checksum (sum over element hashes). |
| ChecksumHashCode.Checksum |
Wraps checksum and count.
|
| Collect<T> |
Collect the elements of a
DataSet into a List. |
| Count<T> |
Count the number of elements in a
DataSet. |
| DataSetAnalyticBase<T,R> |
Base class for
DataSetAnalytic. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.