Class ReorgMapFunction
- java.lang.Object
 - 
- org.apache.sysds.runtime.instructions.spark.functions.ReorgMapFunction
 
 
- 
- All Implemented Interfaces:
 Serializable,org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
public class ReorgMapFunction extends Object implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ReorgMapFunction(String opcode) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Tuple2<MatrixIndexes,MatrixBlock>call(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0) 
 - 
 
- 
- 
Constructor Detail
- 
ReorgMapFunction
public ReorgMapFunction(String opcode)
 
 - 
 
- 
Method Detail
- 
call
public scala.Tuple2<MatrixIndexes,MatrixBlock> call(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0) throws Exception
- Specified by:
 callin interfaceorg.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>- Throws:
 Exception
 
 - 
 
 -