Package | Description |
---|---|
org.jrobin.core |
Modifier and Type | Method | Description |
---|---|---|
Archive |
RrdDb.findMatchingArchive(FetchRequest request) |
|
Archive |
RrdDb.findStartMatchArchive(String consolFun,
long startTime,
long resolution) |
Finds the archive that best matches to the start time (time period being start-time until now)
and requested resolution.
|
Archive |
RrdDb.getArchive(int arcIndex) |
Returns Archive object for the given archive index.
|
Archive |
RrdDb.getArchive(String consolFun,
int steps) |
Returns Archive object with the given consolidation function and the number
of steps.
|
(package private) Archive[] |
RrdDb.getArchives() |
|
Archive |
FetchData.getMatchingArchive() |
Returns Archive object which is determined to be the best match for the
timestamps specified in the fetch request.
|
Archive |
ArcState.getParent() |
Returns the Archive object to which this ArcState object belongs.
|
Archive |
Robin.getParent() |
Returns the Archive object to which this Robin object belongs.
|
Constructor | Description |
---|---|
ArcState(Archive parentArc,
boolean shouldInitialize) |
|
FetchData(Archive matchingArchive,
FetchRequest request) |
|
Robin(Archive parentArc,
int rows,
boolean shouldInitialize) |