public class ResultMergeLocalFile extends ResultMergeMatrix
| Modifier and Type | Field and Description | 
|---|---|
static boolean | 
ALLOW_COPY_CELLFILES  | 
| Constructor and Description | 
|---|
ResultMergeLocalFile(MatrixObject out,
                    MatrixObject[] in,
                    String outputFilename,
                    boolean accum)  | 
| 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 static final boolean ALLOW_COPY_CELLFILES
public ResultMergeLocalFile(MatrixObject out, MatrixObject[] in, String outputFilename, boolean accum)
public MatrixObject executeSerialMerge()
ResultMergeexecuteSerialMerge in class ResultMerge<MatrixObject>public MatrixObject executeParallelMerge(int par)
ResultMergeexecuteParallelMerge in class ResultMerge<MatrixObject>par - degree of parallelismCopyright © 2021 The Apache Software Foundation. All rights reserved.