Constructor and Description |
---|
JRrd2Jni() |
Modifier and Type | Method and Description |
---|---|
void |
create(String filename,
long step,
long start,
String[] argv) |
FetchResults |
fetch(String filename,
String cf,
long start,
long end,
long step) |
void |
update(String filename,
String template,
String[] argv) |
FetchResults |
xport(long start,
long end,
long step,
long maxrows,
String[] argv) |
public void create(String filename, long step, long start, String[] argv) throws JRrd2Exception
create
in interface JRrd2
JRrd2Exception
public void update(String filename, String template, String[] argv) throws JRrd2Exception
update
in interface JRrd2
JRrd2Exception
public FetchResults fetch(String filename, String cf, long start, long end, long step) throws JRrd2Exception
fetch
in interface JRrd2
JRrd2Exception
public FetchResults xport(long start, long end, long step, long maxrows, String[] argv) throws JRrd2Exception
xport
in interface JRrd2
JRrd2Exception
Copyright © 2020. All rights reserved.