public class TextToBinaryCellConverter extends Object implements Converter<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,MatrixIndexes,MatrixCell>
| Constructor and Description | 
|---|
| TextToBinaryCellConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | convert(org.apache.hadoop.io.LongWritable k1,
       org.apache.hadoop.io.Text v1) | 
| boolean | hasNext() | 
| Pair<MatrixIndexes,MatrixCell> | next() | 
| void | setBlockSize(int rl,
            int cl) | 
public void convert(org.apache.hadoop.io.LongWritable k1,
                    org.apache.hadoop.io.Text v1)
convert in interface Converter<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,MatrixIndexes,MatrixCell>public boolean hasNext()
hasNext in interface Converter<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,MatrixIndexes,MatrixCell>public Pair<MatrixIndexes,MatrixCell> next()
next in interface Converter<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,MatrixIndexes,MatrixCell>public void setBlockSize(int rl,
                         int cl)
setBlockSize in interface Converter<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,MatrixIndexes,MatrixCell>Copyright © 2021 The Apache Software Foundation. All rights reserved.