public static class CSVReblockMR.BlockRow extends Object implements org.apache.hadoop.io.Writable
Modifier and Type | Field and Description |
---|---|
MatrixBlock |
data |
int |
indexInBlock |
Constructor and Description |
---|
BlockRow() |
Modifier and Type | Method and Description |
---|---|
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public int indexInBlock
public MatrixBlock data
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 © 2018 The Apache Software Foundation. All rights reserved.