public class FoldBetweenPartitionFunction extends Object implements org.apache.spark.api.java.function.Function2<Integer,Iterator<AtomicLong>,Iterator<Long>>
| Constructor and Description |
|---|
FoldBetweenPartitionFunction(org.apache.spark.broadcast.Broadcast<Counter<Integer>> broadcastedMaxPerPartitionCounter) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Long> |
call(Integer ind,
Iterator<AtomicLong> partition) |
Copyright © 2016. All Rights Reserved.