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