Package | Description |
---|---|
org.opennms.features.newts.converter | |
org.opennms.netmgt.rrd.model | |
org.opennms.netmgt.rrd.model.v1 | |
org.opennms.netmgt.rrd.model.v3 |
Modifier and Type | Method and Description |
---|---|
static NavigableMap<Long,List<Double>> |
NewtsConverter.generateSamples(AbstractRRD rrd,
AbstractRRA rra) |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractRRA |
AbstractRRA.createSingleRRA(int dsIndex)
Creates a RRA with a single data source.
|
AbstractRRA |
AbstractRRD.getMergeableRRA(AbstractRRA rraSrc)
Gets the mergeable RRA.
|
Modifier and Type | Method and Description |
---|---|
abstract List<? extends AbstractRRA> |
AbstractRRD.getRras()
Gets the RRAs.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractRRD.addRRA(AbstractRRA rra)
Adds the RRA.
|
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).
|
Long |
AbstractRRD.findTimestampByRow(AbstractRRA rra,
Row row)
Finds the row time stamp, expressed in seconds since 1970-01-01 UTC.
|
boolean |
AbstractRRA.formatEquals(AbstractRRA rra)
Format equals.
|
abstract boolean |
AbstractRRA.formatMergeable(AbstractRRA sourceRra)
Format mergeable.
|
Long |
AbstractRRD.getEndTimestamp(AbstractRRA rra)
Gets the end time stamp, expressed in seconds since 1970-01-01 UTC.
|
AbstractRRA |
AbstractRRD.getMergeableRRA(AbstractRRA rraSrc)
Gets the mergeable RRA.
|
Long |
AbstractRRD.getStartTimestamp(AbstractRRA rra)
Gets the start time stamp, expressed in seconds since 1970-01-01 UTC.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractRRA |
RRA.createSingleRRA(int dsIndex) |
Modifier and Type | Method and Description |
---|---|
void |
RRDv1.addRRA(AbstractRRA rra) |
boolean |
RRA.formatMergeable(AbstractRRA sourceRra) |
Modifier and Type | Class and Description |
---|---|
class |
RRA
The Class RRA (Round Robin Archives).
|
Modifier and Type | Method and Description |
---|---|
protected AbstractRRA |
RRA.createSingleRRA(int dsIndex) |
Modifier and Type | Method and Description |
---|---|
void |
RRDv3.addRRA(AbstractRRA rra) |
boolean |
RRA.formatMergeable(AbstractRRA sourceRra) |
Copyright © 2021. All rights reserved.