Uses of Class
org.torproject.metrics.onionoo.updater.DescriptorSource
-
Packages that use DescriptorSource 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 DescriptorSource in org.torproject.metrics.onionoo.updater
Methods in org.torproject.metrics.onionoo.updater that return DescriptorSource Modifier and Type Method Description static DescriptorSource
DescriptorSourceFactory. getDescriptorSource()
Returns the singleton descriptor source instance that gets created upon first invocation of this method.Methods in org.torproject.metrics.onionoo.updater with parameters of type DescriptorSource Modifier and Type Method Description static void
DescriptorSourceFactory. setDescriptorSource(DescriptorSource descriptorSource)
Sets a custom singleton descriptor source instance that will be returned byDescriptorSourceFactory.getDescriptorSource()
rather than creating an instance upon first invocation.
-