public class ExtractBlockForBinaryReblock extends Object implements org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
Constructor and Description |
---|
ExtractBlockForBinaryReblock(DataCharacteristics mcIn,
DataCharacteristics mcOut) |
Modifier and Type | Method and Description |
---|---|
Iterator<scala.Tuple2<MatrixIndexes,MatrixBlock>> |
call(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0) |
public ExtractBlockForBinaryReblock(DataCharacteristics mcIn, DataCharacteristics mcOut)
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 © 2020 The Apache Software Foundation. All rights reserved.