| Package | Description |
|---|---|
| org.rrd4j.core | core RRD4J implementation. |
| Modifier and Type | Field and Description |
|---|---|
protected RrdInt<Archive> | Archive.rowsNumber of archive rows |
protected RrdInt<Archive> | Archive.stepsNumber of archive steps |
protected RrdDouble<Archive> | Archive.xffX-files factor |
| Modifier and Type | Method and Description |
|---|---|
Archive | RrdDb.findMatchingArchive(FetchRequest request)findMatchingArchive. |
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(ConsolFun consolFun,
int steps)Returns Archive object with the given consolidation function and the number of steps. |
Archive | RrdDb.getArchive(int arcIndex)Returns Archive object for the given archive index. |
(package private) Archive[] | RrdDb.getArchives()Archives. |
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 | RobinArray.getParent()getParent. |
Archive | RobinMatrix.getParent()Returns the Archive object to which this Robin object belongs. |
Archive | Robin.getParent()Returns the Archive object to which this Robin object belongs. |
| Modifier and Type | Method and Description |
|---|---|
void | Archive.copyStateTo(Archive arc)copyStateTo. |
| Constructor and Description |
|---|
ArcState(Archive parentArc,
boolean shouldInitialize)Owning archive. |
FetchData(Archive matchingArchive,
FetchRequest request) |
RobinArray(Archive parentArc,
int rows,
boolean shouldInitialize)Create robin array |
RobinMatrix(Archive parentArc,
RrdDoubleMatrix<Archive> values,
RrdInt<Archive> pointer,
int column)Create robin matrix |
| Constructor and Description |
|---|
RobinMatrix(Archive parentArc,
RrdDoubleMatrix<Archive> values,
RrdInt<Archive> pointer,
int column)Create robin matrix |
RobinMatrix(Archive parentArc,
RrdDoubleMatrix<Archive> values,
RrdInt<Archive> pointer,
int column)Create robin matrix |