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> | |
Count<T> |
Count the number of elements in a
DataSet . |
DataSetAnalyticBase<T,R> |
Base class for
DataSetAnalytic . |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.