Uses of Class
org.torproject.metrics.collector.webstats.LogMetadata
-
Packages that use LogMetadata Package Description org.torproject.metrics.collector.webstats -
-
Uses of LogMetadata in org.torproject.metrics.collector.webstats
Methods in org.torproject.metrics.collector.webstats that return types with arguments of type LogMetadata Modifier and Type Method Description static java.util.Optional<LogMetadata>
LogMetadata. create(java.nio.file.Path logPath)
Only way to create a LogMetadata object from a given log path.Methods in org.torproject.metrics.collector.webstats with parameters of type LogMetadata Modifier and Type Method Description void
LogFileMap. add(LogMetadata metadata)
Add log metadata to the map structure.
-