public class FinalResponseFunction
extends java.lang.Object
implements org.apache.spark.api.java.function.VoidFunction<java.util.Iterator<scala.Tuple2<java.lang.Long,java.math.BigInteger>>>
Constructor and Description |
---|
FinalResponseFunction(Accumulators accumIn,
BroadcastVars bbVarsIn) |
Modifier and Type | Method and Description |
---|---|
void |
call(java.util.Iterator<scala.Tuple2<java.lang.Long,java.math.BigInteger>> iter) |
public FinalResponseFunction(Accumulators accumIn, BroadcastVars bbVarsIn)
public void call(java.util.Iterator<scala.Tuple2<java.lang.Long,java.math.BigInteger>> iter) throws java.lang.Exception
call
in interface org.apache.spark.api.java.function.VoidFunction<java.util.Iterator<scala.Tuple2<java.lang.Long,java.math.BigInteger>>>
java.lang.Exception