| Package | Description |
|---|---|
| org.opennms.netmgt.rrd.jrrd2.api | |
| org.opennms.netmgt.rrd.jrrd2.impl |
| Modifier and Type | Method and Description |
|---|---|
FetchResults |
JRrd2.fetch(String filename,
String cf,
long start,
long end,
long step) |
FetchResults |
JRrd2.xport(long start,
long end,
long step,
long maxrows,
String[] argv) |
| Modifier and Type | Method and Description |
|---|---|
FetchResults |
JRrd2Jni.fetch(String filename,
String cf,
long start,
long end,
long step) |
protected static FetchResults |
Interface.rrd_fetch_r(String filename,
String cf,
long start,
long end,
long step) |
protected static FetchResults |
Interface.rrd_xport(String[] argv) |
FetchResults |
JRrd2Jni.xport(long start,
long end,
long step,
long maxrows,
String[] argv) |
Copyright © 2016. All rights reserved.