Class Main
- java.lang.Object
-
- org.torproject.metrics.stats.hidserv.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.
-