Uses of Class
org.torproject.metrics.collector.relaydescs.RelayDescriptorParser

Packages that use RelayDescriptorParser 
Package Description
org.torproject.metrics.collector.relaydescs  
  • Uses of RelayDescriptorParser in org.torproject.metrics.collector.relaydescs

    Constructors in org.torproject.metrics.collector.relaydescs with parameters of type RelayDescriptorParser 
    Constructor Description
    RelayDescriptorDownloader​(RelayDescriptorParser rdp, java.lang.String[] authorities, java.lang.String[] authorityFingerprints, boolean downloadCurrentConsensus, boolean downloadCurrentMicrodescConsensus, boolean downloadCurrentVotes, boolean downloadMissingServerDescriptors, boolean downloadMissingExtraInfos, boolean downloadMissingMicrodescriptors, boolean downloadAllServerDescriptors, boolean downloadAllExtraInfos, boolean downloadCompressed)
    Initializes this class, including reading in missing descriptors from stats/missing-relay-descriptors and the times when we last downloaded all server and extra-info descriptors from stats/last-downloaded-all-descriptors.