Package | Description |
---|---|
org.opennms.netmgt.rrd.model |
Modifier and Type | Class and Description |
---|---|
class |
RrdSample
The Class Sample.
|
class |
XRow
The Class XRow (XPort Row).
|
Modifier and Type | Method and Description |
---|---|
Row |
AbstractRRD.findRowByTimestamp(AbstractRRA rra,
Long timestamp)
Gets the row that corresponds to a specific time stamp (expressed in seconds since 1970-01-01 UTC).
|
Modifier and Type | Method and Description |
---|---|
List<Row> |
AbstractRRA.getRows()
Gets the rows.
|
Modifier and Type | Method and Description |
---|---|
Long |
AbstractRRD.findTimestampByRow(AbstractRRA rra,
Row row)
Finds the row time stamp, expressed in seconds since 1970-01-01 UTC.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRRA.setRows(List<Row> rows)
Sets the rows.
|
Copyright © 2021. All rights reserved.