Uses of Class
org.torproject.metrics.onionoo.updater.DescriptorType
-
Packages that use DescriptorType 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 DescriptorType in org.torproject.metrics.onionoo.updater
Methods in org.torproject.metrics.onionoo.updater that return DescriptorType Modifier and Type Method Description static DescriptorType
DescriptorType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DescriptorType[]
DescriptorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.torproject.metrics.onionoo.updater with parameters of type DescriptorType Modifier and Type Method Description void
DescriptorSource. registerDescriptorListener(DescriptorListener listener, DescriptorType descriptorType)
Registers a descriptor listener for a given descriptor type.
-