public static class ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem extends Object implements org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
Constructor and Description |
---|
RDDRemoveEmptyFunctionInMem(boolean rmRows,
long len,
long brlen,
long bclen,
org.apache.sysml.runtime.instructions.spark.data.PartitionedBroadcast<MatrixBlock> off) |
Modifier and Type | Method and Description |
---|---|
Iterator<scala.Tuple2<MatrixIndexes,MatrixBlock>> |
call(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0) |
public RDDRemoveEmptyFunctionInMem(boolean rmRows, long len, long brlen, long bclen, org.apache.sysml.runtime.instructions.spark.data.PartitionedBroadcast<MatrixBlock> off)
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>
Exception
Copyright © 2018 The Apache Software Foundation. All rights reserved.