| Interface | Description |
|---|---|
| Document |
Common interface of documents that are supposed to be serialized and
stored in document files and later retrieved and de-serialized.
|
| Class | Description |
|---|---|
| Aggregator |
Aggregate extrapolated network totals of hidden-service statistics by
calculating statistics like the daily weighted interquartile mean.
|
| ComputedNetworkFractions |
Computed fraction of hidden-service activity that a single relay is
assumed to observe in the network.
|
| DateTimeHelper |
Utility class to format and parse dates and timestamps.
|
| DocumentStore<T extends Document> |
Utility class to store serialized objects implementing the Document
interface to a file and later to retrieve them.
|
| ExtrapolatedHidServStats |
Extrapolated network totals of hidden-service statistics reported by a
single relay.
|
| Extrapolator |
Extrapolate hidden-service statistics reported by single relays by
dividing them by the computed fraction of hidden-service activity
observed by the relay.
|
| Main |
Main class for updating extrapolated network totals of hidden-service
statistics.
|
| Parser |
Parse hidden-service statistics from extra-info descriptors, compute
network fractions from consensuses, and write parsed contents to
document files for later use.
|
| ReportedHidServStats | |
| Simulate |