| 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 SortedMap<Long,List<Double>> | 
NewtsConverter.generateSamples(AbstractRRD rrd)  | 
static NavigableMap<Long,List<Double>> | 
NewtsConverter.generateSamples(AbstractRRD rrd,
               AbstractRRA rra)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract AbstractRRD | 
AbstractRRD.createRRD()
Creates the RRD. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<AbstractRRD> | 
AbstractRRD.split()
Split. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
AbstractRRD.formatEquals(AbstractRRD rrd)
Format equals. 
 | 
boolean | 
AbstractRRD.hasEqualsRras(AbstractRRD rrd)
Checks for equals RRAs. 
 | 
boolean | 
AbstractRRD.hasMergeableRRAs(AbstractRRD rrdSrc)
Checks for mergeable RRAs. 
 | 
void | 
AbstractRRD.merge(AbstractRRD rrdSrc)
Merge. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractRRD.merge(List<? extends AbstractRRD> rrdList)
Merge. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RRDv1
The Class RRD (Round Robin Database) supports version 1 only (JRobin). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected AbstractRRD | 
RRDv1.createRRD()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RRDv3
The Class RRD (Round Robin Database) supports version 3 and 4. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected AbstractRRD | 
RRDv3.createRRD()  | 
Copyright © 2021. All rights reserved.