public final class Interface extends Object
Constructor and Description |
---|
Interface() |
Modifier and Type | Method and Description |
---|---|
static void |
init()
Load the jrrd library and create the singleton instance of the interface.
|
static void |
reload() |
protected static void |
rrd_create_r(String filename,
long pdp_step,
long last_up,
String[] argv) |
protected static FetchResults |
rrd_fetch_r(String filename,
String cf,
long start,
long end,
long step) |
protected static void |
rrd_get_context() |
protected static void |
rrd_update_r(String filename,
String template,
String[] argv) |
protected static FetchResults |
rrd_xport(String[] argv) |
protected static void rrd_get_context()
protected static void rrd_create_r(String filename, long pdp_step, long last_up, String[] argv) throws JRrd2Exception
JRrd2Exception
protected static void rrd_update_r(String filename, String template, String[] argv) throws JRrd2Exception
JRrd2Exception
protected static FetchResults rrd_fetch_r(String filename, String cf, long start, long end, long step) throws JRrd2Exception
JRrd2Exception
protected static FetchResults rrd_xport(String[] argv) throws JRrd2Exception
JRrd2Exception
public static void init() throws SecurityException, UnsatisfiedLinkError
SecurityException
- if we don't have permission to load the libraryUnsatisfiedLinkError
- if the library doesn't existpublic static void reload() throws SecurityException, UnsatisfiedLinkError
Copyright © 2020. All rights reserved.