| Package | Description |
|---|---|
| org.rrd4j.core.timespec | Time specification parsing and handling for JRobin RRD system. |
| Modifier and Type | Field and Description |
|---|---|
(package private) static TimeToken[] | TimeScanner.MULTIPLIERSMultiplier tokens for relative time offsets |
(package private) TimeToken[] | TimeScanner.specials |
(package private) TimeToken | TimeParser.tokenCurrent token |
(package private) static TimeToken[] | TimeScanner.WORDSKeyword tokens for time specification parsing |
| Modifier and Type | Method and Description |
|---|---|
(package private) TimeToken | TimeScanner.nextToken()Next token from the date string. |
(package private) TimeToken | TimeScanner.resolveMonthsMinutes(int newId)Resolve ambiguous MONTHS_MINUTES token to months or minutes. |
(package private) TimeToken | TimeScanner.restoreState()Restore previously saved tokenizer position. |