public class DegreeComputation
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
Modifier and Type | Class and Description |
---|---|
static class |
DegreeComputation.DegreeReducer |
static class |
DegreeComputation.UnweightedDegreeMapper |
static class |
DegreeComputation.UnweightedInDegreeMapper |
static class |
DegreeComputation.UnweightedOutDegreeMapper |
static class |
DegreeComputation.WeightedDegreeMapper |
static class |
DegreeComputation.WeightedInDegreeMapper |
static class |
DegreeComputation.WeightedOutDegreeMapper |
Constructor and Description |
---|
DegreeComputation() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
int |
run(java.lang.String[] args) |