Class Main


  • public class Main
    extends java.lang.Object
    Main class for updating extrapolated network totals of hidden-service statistics. The main method of this class can be executed as often as new statistics are needed, though callers must ensure that executions do not overlap.
    • Constructor Summary

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Parses new descriptors, extrapolate contained statistics using computed network fractions, aggregate results, and writes results to disk.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Parses new descriptors, extrapolate contained statistics using computed network fractions, aggregate results, and writes results to disk.