[TOC]

  • Prev
  • Next

Uses of Class

org.apache.nutch.scoring.webgraph.Loops.Route

Uses of Loops.Route in org.apache.nutch.scoring.webgraph

Methods in org.apache.nutch.scoring.webgraph with parameters of type Loops.Route Modifier and Type Method and Description void Loops.Finalizer.map(org.apache.hadoop.io.Text key, Loops.Route value, org.apache.hadoop.mapred.OutputCollector output, org.apache.hadoop.mapred.Reporter reporter) Maps out and found routes, those will be the link cycles.

Method parameters in org.apache.nutch.scoring.webgraph with type arguments of type Loops.Route Modifier and Type Method and Description void Loops.Finalizer.map(org.apache.hadoop.io.Text key, Loops.Route value, org.apache.hadoop.mapred.OutputCollector output, org.apache.hadoop.mapred.Reporter reporter) Maps out and found routes, those will be the link cycles. void Loops.Finalizer.reduce(org.apache.hadoop.io.Text key, Iterator values, org.apache.hadoop.mapred.OutputCollector output, org.apache.hadoop.mapred.Reporter reporter) Aggregates all found routes for a given start url into a loopset and collects the loopset. void Loops.Initializer.reduce(org.apache.hadoop.io.Text key, Iterator values, org.apache.hadoop.mapred.OutputCollector output, org.apache.hadoop.mapred.Reporter reporter) Takes any node that has inlinks and sets up a route for all of its outlinks. void Loops.Looper.reduce(org.apache.hadoop.io.Text key, Iterator values, org.apache.hadoop.mapred.OutputCollector output, org.apache.hadoop.mapred.Reporter reporter) Performs a single loop pass looking for loop cycles within routes.

  • Prev
  • Next

Copyright © 2014 The Apache Software Foundation