public class PairWritableCell extends Object implements org.apache.hadoop.io.Writable, Serializable
| Modifier and Type | Field and Description | 
|---|---|
| MatrixCell | cell | 
| MatrixIndexes | indexes | 
| Constructor and Description | 
|---|
| PairWritableCell() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | readFields(DataInput in) | 
| void | write(DataOutput out) | 
public MatrixIndexes indexes
public MatrixCell cell
public void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.