Uses of Class
org.opennms.netmgt.rrd.model.Row
-
Packages that use Row Package Description org.opennms.netmgt.rrd.model -
-
Uses of Row in org.opennms.netmgt.rrd.model
Subclasses of Row in org.opennms.netmgt.rrd.model Modifier and Type Class Description class
RrdSample
The Class Sample.class
XRow
The Class XRow (XPort Row).Methods in org.opennms.netmgt.rrd.model that return Row Modifier and Type Method 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).Methods in org.opennms.netmgt.rrd.model that return types with arguments of type Row Modifier and Type Method Description List<Row>
AbstractRRA. getRows()
Gets the rows.Methods in org.opennms.netmgt.rrd.model with parameters of type Row Modifier and Type Method Description Long
AbstractRRD. findTimestampByRow(AbstractRRA rra, Row row)
Finds the row time stamp, expressed in seconds since 1970-01-01 UTC.Method parameters in org.opennms.netmgt.rrd.model with type arguments of type Row Modifier and Type Method Description void
AbstractRRA. setRows(List<Row> rows)
Sets the rows.
-