Class RDDConverterUtils.BinaryCellToBinaryBlockFunction
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils.BinaryCellToBinaryBlockFunction
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.spark.api.java.function.PairFlatMapFunction<Iterator<scala.Tuple2<MatrixIndexes,MatrixCell>>,MatrixIndexes,MatrixBlock>
 - Enclosing class:
- RDDConverterUtils
 
 public static class RDDConverterUtils.BinaryCellToBinaryBlockFunction extends Object implements org.apache.spark.api.java.function.PairFlatMapFunction<Iterator<scala.Tuple2<MatrixIndexes,MatrixCell>>,MatrixIndexes,MatrixBlock> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description BinaryCellToBinaryBlockFunction(DataCharacteristics mc)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<scala.Tuple2<MatrixIndexes,MatrixBlock>>call(Iterator<scala.Tuple2<MatrixIndexes,MatrixCell>> arg0)
 
- 
- 
- 
Constructor Detail- 
BinaryCellToBinaryBlockFunctionpublic BinaryCellToBinaryBlockFunction(DataCharacteristics mc) 
 
- 
 - 
Method Detail- 
callpublic Iterator<scala.Tuple2<MatrixIndexes,MatrixBlock>> call(Iterator<scala.Tuple2<MatrixIndexes,MatrixCell>> arg0) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.PairFlatMapFunction<Iterator<scala.Tuple2<MatrixIndexes,MatrixCell>>,MatrixIndexes,MatrixBlock>
- Throws:
- Exception
 
 
- 
 
-