public class ReplicateBlockFunction extends Object implements org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
| Constructor and Description | 
|---|
| ReplicateBlockFunction(long len,
                      long blen,
                      boolean left) | 
| ReplicateBlockFunction(long len,
                      long blen,
                      boolean left,
                      boolean deep) | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<scala.Tuple2<MatrixIndexes,MatrixBlock>> | call(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0) | 
public ReplicateBlockFunction(long len,
                              long blen,
                              boolean left)
public ReplicateBlockFunction(long len,
                              long blen,
                              boolean left,
                              boolean deep)
public Iterator<scala.Tuple2<MatrixIndexes,MatrixBlock>> call(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0) throws Exception
call in interface org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>ExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.