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.java.util.stream.Stream<LogMetadata>
LogFileMap. metadataStream()
Returns a stream of all contained log metadata.java.util.Optional<LogMetadata>
LogFileMap. nextDayLogFor(LogMetadata metadata)
Takes the given metadata and returns the LogMetadata for the entry of the next day.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.java.util.Optional<LogMetadata>
LogFileMap. nextDayLogFor(LogMetadata metadata)
Takes the given metadata and returns the LogMetadata for the entry of the next day.
-