public class PartialBlock extends Object implements org.apache.hadoop.io.WritableComparable<PartialBlock>
Constructor and Description |
---|
PartialBlock() |
PartialBlock(int r,
int c,
double v) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PartialBlock that) |
boolean |
equals(Object o) |
int |
getColumnIndex() |
int |
getRowIndex() |
double |
getValue() |
int |
hashCode() |
void |
readFields(DataInput in) |
void |
set(int r,
int c,
double v) |
String |
toString() |
void |
write(DataOutput out) |
public PartialBlock(int r, int c, double v)
public PartialBlock()
public void set(int r, int c, double v)
public int getRowIndex()
public int getColumnIndex()
public double getValue()
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
public int compareTo(PartialBlock that)
compareTo
in interface Comparable<PartialBlock>
Copyright © 2018 The Apache Software Foundation. All rights reserved.