| Package | Description |
|---|---|
| org.rrd4j.core | core RRD4J implementation. |
| Modifier and Type | Method and Description |
|---|---|
FetchRequest | RrdDb.createFetchRequest(ConsolFun consolFun,
long fetchStart,
long fetchEnd)Prepares fetch request to be executed on this RRD. |
FetchRequest | RrdDb.createFetchRequest(ConsolFun 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)Fetch data |
(package private) FetchData | Archive.fetchData(FetchRequest request)Fetch data from the archive. |
Archive | RrdDb.findMatchingArchive(FetchRequest request)findMatchingArchive. |
| Constructor and Description |
|---|
FetchData(Archive matchingArchive,
FetchRequest request) |