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.Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
Copyright © 2020 The Apache Software Foundation. All rights reserved.