| Package | Description |
|---|---|
| org.rrd4j.core.jrrd |
This package provides read-only access to natives RRD file.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) RRDFile |
RRDatabase.rrdFile |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
Archive.loadCDPStatusBlocks(RRDFile file,
int numBlocks)
Loads CDP status blocks from the RRD file.
|
(package private) void |
Archive.loadCurrentRow(RRDFile file)
Loads the current row index from the RRD file.
|
(package private) void |
Archive.loadData(RRDFile file,
int dsCount)
Loads archive data from the RRD file, skipping to the next archive.
|
(package private) void |
DataSource.loadPDPStatusBlock(RRDFile file) |
| Constructor and Description |
|---|
CDPStatusBlock(RRDFile file) |
DataSource(RRDFile file) |
Header(RRDFile file) |
PDPStatusBlock(RRDFile file) |
UnivalArray(RRDFile file,
int size)
Read an UnivalArray from a rrd native file at the current position
|