public class AdaptivePartialBlock extends Object implements org.apache.hadoop.io.WritableComparable<AdaptivePartialBlock>
Constructor and Description |
---|
AdaptivePartialBlock() |
AdaptivePartialBlock(PartialBlock cell) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AdaptivePartialBlock that) |
boolean |
equals(Object o) |
MatrixBlock |
getMatrixBlock() |
PartialBlock |
getPartialBlock() |
int |
hashCode() |
boolean |
isBlocked() |
void |
readFields(DataInput in) |
void |
set(MatrixBlock mb) |
void |
set(PartialBlock pb) |
String |
toString() |
void |
write(DataOutput out) |
public AdaptivePartialBlock()
public AdaptivePartialBlock(PartialBlock cell)
public void set(MatrixBlock mb)
public void set(PartialBlock pb)
public boolean isBlocked()
public MatrixBlock getMatrixBlock()
public PartialBlock getPartialBlock()
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(AdaptivePartialBlock that)
compareTo
in interface Comparable<AdaptivePartialBlock>
Copyright © 2018 The Apache Software Foundation. All rights reserved.