Package | Description |
---|---|
org.torproject.metrics.hidserv |
Constructor and Description |
---|
Aggregator(java.io.File statusDirectory,
DocumentStore<ExtrapolatedHidServStats> extrapolatedHidServStatsStore,
java.io.File hidservStatsCsvFile)
Initializes a new aggregator object using the given directory,
document store, and output file for results.
|
Extrapolator(java.io.File statusDirectory,
DocumentStore<ReportedHidServStats> reportedHidServStatsStore,
DocumentStore<ComputedNetworkFractions> computedNetworkFractionsStore,
DocumentStore<ExtrapolatedHidServStats> extrapolatedHidServStatsStore)
Initializes a new extrapolator object using the given directory and
document stores.
|