public abstract class ResultMerge<T extends CacheableData<?>> extends Object implements Serializable
| Constructor and Description |
|---|
ResultMerge(T out,
T[] in,
String outputFilename,
boolean accum) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
executeParallelMerge(int par)
Merge all given input matrices in parallel into the given output matrix.
|
abstract T |
executeSerialMerge()
Merge all given input matrices sequentially into the given output matrix.
|
public abstract T executeSerialMerge()
public abstract T executeParallelMerge(int par)
par - degree of parallelismCopyright © 2021 The Apache Software Foundation. All rights reserved.