Package | Description |
---|---|
org.torproject.metrics.collector.webstats |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|