Class ArchiveReader
java.lang.Object
org.torproject.metrics.collector.relaydescs.ArchiveReader
public class ArchiveReader
extends java.lang.Object
Read in all files in a given directory and pass buffered readers of
them to the relay descriptor parser.
-
Method Summary
Modifier and Type Method Description void
readDescriptors()
Reads all descriptors from the given directory, possibly using a parse history file, and passes them to the given descriptor parser.
-
Method Details
-
readDescriptors
public void readDescriptors()Reads all descriptors from the given directory, possibly using a parse history file, and passes them to the given descriptor parser.
-