Package | Description |
---|---|
org.jrobin.core | |
org.jrobin.data |
JRobin data management.
|
Modifier and Type | Method | Description |
---|---|---|
(package private) FetchData |
Archive.fetchData(FetchRequest request) |
|
FetchData |
FetchRequest.fetchData() |
Returns data from the underlying RRD and puts it in a single
FetchData object. |
(package private) FetchData |
RrdDb.fetchData(FetchRequest request) |
Modifier and Type | Method | Description |
---|---|---|
void |
DataProcessor.addDatasource(String name,
FetchData fetchData) |
Adds DEF datasource with datasource values already available in the FetchData object.
|
(package private) void |
Def.setFetchData(FetchData fetchData) |
Constructor | Description |
---|---|
Def(String name,
FetchData fetchData) |