Package | Description |
---|---|
org.apache.nutch.scoring.webgraph |
Modifier and Type | Method and Description |
---|---|
void |
Loops.Finalizer.map(Text key,
Loops.Route value,
OutputCollector<Text,Loops.Route> output,
Reporter reporter)
Maps out and found routes, those will be the link cycles.
|
Modifier and Type | Method and Description |
---|---|
void |
Loops.Finalizer.map(Text key,
Loops.Route value,
OutputCollector<Text,Loops.Route> output,
Reporter reporter)
Maps out and found routes, those will be the link cycles.
|
void |
Loops.Finalizer.reduce(Text key,
Iterator<Loops.Route> values,
OutputCollector<Text,Loops.LoopSet> output,
Reporter reporter)
Aggregates all found routes for a given start url into a loopset and
collects the loopset.
|
void |
Loops.Initializer.reduce(Text key,
Iterator<ObjectWritable> values,
OutputCollector<Text,Loops.Route> output,
Reporter reporter)
Takes any node that has inlinks and sets up a route for all of its
outlinks.
|
void |
Loops.Looper.reduce(Text key,
Iterator<ObjectWritable> values,
OutputCollector<Text,Loops.Route> output,
Reporter reporter)
Performs a single loop pass looking for loop cycles within routes.
|
Copyright © 2015 The Apache Software Foundation