public class HadoopDGraph extends DGraph implements org.apache.hadoop.io.Writable
activities, causesMap, entries, successorsMap| Constructor and Description |
|---|
HadoopDGraph() |
| Modifier and Type | Method and Description |
|---|---|
static HadoopDGraph |
read(java.io.DataInput in)
Read a dependency graph in a Hadoop Environment
|
void |
readFields(java.io.DataInput in) |
void |
write(java.io.DataOutput out) |
add, add, addActivity, contains, getActivities, getCauses, getEntries, getFollowers, read, remove, toString, write, writepublic static HadoopDGraph read(java.io.DataInput in) throws java.io.IOException
in - Input sourcejava.io.IOExceptionpublic void readFields(java.io.DataInput in)
throws java.io.IOException
readFields in interface org.apache.hadoop.io.Writablejava.io.IOExceptionpublic void write(java.io.DataOutput out)
throws java.io.IOException
write in interface org.apache.hadoop.io.Writablejava.io.IOException