| Package | Description |
|---|---|
| org.torproject.metrics.onionoo.docs |
Documents managed by this service, including internal status files and
pre-written response objects.
|
| org.torproject.metrics.onionoo.updater |
Classes related to the updater feature, which periodically updates internal
files related to status and metrics.
|
| Modifier and Type | Method and Description |
|---|---|
TorVersionStatus |
NodeStatus.getVersionStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeStatus.setVersionStatus(TorVersionStatus versionStatus) |
| Modifier and Type | Method and Description |
|---|---|
TorVersionStatus |
TorVersion.determineVersionStatus(java.util.SortedSet<TorVersion> recommendedVersions)
Determine the version status of this tor version in the context of the
given recommended tor versions.
|
static TorVersionStatus |
TorVersionStatus.ofAbbreviation(java.lang.String abbrevation) |
static TorVersionStatus |
TorVersionStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TorVersionStatus[] |
TorVersionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|