Class BuildHostMap

java.lang.Object
it.unimi.dsi.big.webgraph.BuildHostMap

public class BuildHostMap extends Object
A class computing host-related data given a list of URLs (usually, the URLs of the nodes of a web graph). All processing is performed by the static utility method run(BufferedReader, PrintStream, DataOutputStream, DataOutputStream, boolean, ProgressLogger).

Warning: this class provides a main method that saves the host list to standard output, but it does some logging, too, so be careful not to log to standard output.

Author:
Sebastiano Vigna
  • Field Details

    • DOTTED_ADDRESS

      public static final Pattern DOTTED_ADDRESS
  • Constructor Details

    • BuildHostMap

      public BuildHostMap()
  • Method Details