Class TextToBinaryCellConverter
- java.lang.Object
- 
- org.apache.sysds.runtime.matrix.data.TextToBinaryCellConverter
 
- 
- All Implemented Interfaces:
- Converter<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,MatrixIndexes,MatrixCell>
 
 public class TextToBinaryCellConverter extends Object implements Converter<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,MatrixIndexes,MatrixCell> 
- 
- 
Constructor SummaryConstructors Constructor Description TextToBinaryCellConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvert(org.apache.hadoop.io.LongWritable k1, org.apache.hadoop.io.Text v1)booleanhasNext()Pair<MatrixIndexes,MatrixCell>next()voidsetBlockSize(int rl, int cl)
 
- 
- 
- 
Method Detail- 
convertpublic void convert(org.apache.hadoop.io.LongWritable k1, org.apache.hadoop.io.Text v1)- Specified by:
- convertin interface- Converter<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,MatrixIndexes,MatrixCell>
 
 - 
hasNextpublic boolean hasNext() - Specified by:
- hasNextin interface- Converter<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,MatrixIndexes,MatrixCell>
 
 - 
nextpublic Pair<MatrixIndexes,MatrixCell> next() - Specified by:
- nextin interface- Converter<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,MatrixIndexes,MatrixCell>
 
 - 
setBlockSizepublic void setBlockSize(int rl, int cl)- Specified by:
- setBlockSizein interface- Converter<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,MatrixIndexes,MatrixCell>
 
 
- 
 
-