Package | Description |
---|---|
org.jrobin.core |
Modifier and Type | Method and Description |
---|---|
FetchRequest |
RrdDb.createFetchRequest(String consolFun,
long fetchStart,
long fetchEnd)
Prepares fetch request to be executed on this RRD.
|
FetchRequest |
RrdDb.createFetchRequest(String consolFun,
long fetchStart,
long fetchEnd,
long resolution)
Prepares fetch request to be executed on this RRD.
|
FetchRequest |
FetchData.getRequest()
Returns
FetchRequest object used to create this FetchData object. |
Modifier and Type | Method and Description |
---|---|
(package private) FetchData |
RrdDb.fetchData(FetchRequest request) |
(package private) FetchData |
Archive.fetchData(FetchRequest request) |
Archive |
RrdDb.findMatchingArchive(FetchRequest request) |
Constructor and Description |
---|
FetchData(Archive matchingArchive,
FetchRequest request) |