public interface JRrd2
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) |
void create(String filename, long step, long start, String[] argv) throws JRrd2Exception
JRrd2Exception
void update(String filename, String template, String[] argv) throws JRrd2Exception
JRrd2Exception
FetchResults fetch(String filename, String cf, long start, long end, long step) throws JRrd2Exception
JRrd2Exception
FetchResults xport(long start, long end, long step, long maxrows, String[] argv) throws JRrd2Exception
JRrd2Exception
Copyright © 2020. All rights reserved.