public class PairWritableBlock extends Object implements org.apache.hadoop.io.Writable, Serializable
Modifier and Type | Field and Description |
---|---|
MatrixBlock |
block |
MatrixIndexes |
indexes |
Constructor and Description |
---|
PairWritableBlock() |
PairWritableBlock(MatrixIndexes ix,
MatrixBlock mb) |
Modifier and Type | Method and Description |
---|---|
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public MatrixIndexes indexes
public MatrixBlock block
public PairWritableBlock()
public PairWritableBlock(MatrixIndexes ix, MatrixBlock mb)
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.