public class ResultMergeRemoteSpark extends ResultMerge
| Constructor and Description | 
|---|
| ResultMergeRemoteSpark(MatrixObject out,
                      MatrixObject[] in,
                      String outputFilename,
                      boolean accum,
                      ExecutionContext ec,
                      int numMappers,
                      int numReducers) | 
| Modifier and Type | Method and Description | 
|---|---|
| MatrixObject | executeParallelMerge(int par)Merge all given input matrices in parallel into the given output matrix. | 
| MatrixObject | executeSerialMerge()Merge all given input matrices sequentially into the given output matrix. | 
public ResultMergeRemoteSpark(MatrixObject out, MatrixObject[] in, String outputFilename, boolean accum, ExecutionContext ec, int numMappers, int numReducers)
public MatrixObject executeSerialMerge()
ResultMergeexecuteSerialMerge in class ResultMergepublic MatrixObject executeParallelMerge(int par)
ResultMergeexecuteParallelMerge in class ResultMergepar - degree of parallelismCopyright © 2021 The Apache Software Foundation. All rights reserved.