Class CachedRelayDescriptorReader
java.lang.Object
org.torproject.metrics.collector.relaydescs.CachedRelayDescriptorReader
public class CachedRelayDescriptorReader
extends java.lang.Object
Parses all descriptors in local directory cacheddesc/ and sorts them
into directory structure in directory-archive/.
-
Method Summary
Modifier and Type Method Description void
readDescriptors()
Reads cached-descriptor files from one or more directories and passes them to the given descriptor parser.
-
Method Details
-
readDescriptors
public void readDescriptors()Reads cached-descriptor files from one or more directories and passes them to the given descriptor parser.
-