See: Description
| Class | Description |
|---|---|
| Epoch |
Small swing-based utility to convert timestamps (seconds since epoch) to readable dates and vice
versa.
|
| TimeParser |
Parser for at-style time specifications used in RRDTool commands.
|
| TimeScanner |
Represents a I2P timescanner.
|
| TimeSpec |
Represents time specifications parsed from at-style date strings.
|
| TimeToken |
Token representation for time specification parsing.
|
TimeSpec - Time specification data structureTimeParser - Parser for time specification stringsEpoch - Epoch time reference implementationTime specifications are used to define when RRD data points should be consolidated and archived. They allow for efficient storage of time series data by specifying the time intervals between data points.
org.rrd4j.core - Core JRobin RRD functionalityorg.rrd4j.data - RRD data structures