Uses of Class
org.torproject.metrics.onionoo.updater.DescriptorHistory
-
Packages that use DescriptorHistory Package Description org.torproject.metrics.onionoo.updater Classes related to the updater feature, which periodically updates internal files related to status and metrics. -
-
Uses of DescriptorHistory in org.torproject.metrics.onionoo.updater
Methods in org.torproject.metrics.onionoo.updater that return DescriptorHistory Modifier and Type Method Description static DescriptorHistory
DescriptorHistory. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DescriptorHistory[]
DescriptorHistory. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-