public class UnionFind
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
Modifier and Type | Field and Description |
---|---|
long |
outputSize |
Constructor and Description |
---|
UnionFind(org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.Path output) |
Modifier and Type | Method and Description |
---|---|
long |
find(long x) |
int |
run(java.lang.String[] args) |
void |
union(long x,
long y) |