Package | Description |
---|---|
org.jrobin.core | |
org.jrobin.data |
JRobin data management.
|
Modifier and Type | Method and Description |
---|---|
FetchData |
FetchRequest.fetchData()
Returns data from the underlying RRD and puts it in a single
FetchData object. |
(package private) FetchData |
Archive.fetchData(FetchRequest request) |
(package private) FetchData |
RrdDb.fetchData(FetchRequest request) |
Modifier and Type | Method and 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 and Description |
---|
Def(String name,
FetchData fetchData) |