| 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.rrdFileThe RRD file |
| 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)Load PDP status block |
| Constructor and Description |
|---|
CDPStatusBlock(RRDFile file)Constructs a CDP status block by reading from an RRD file. |
DataSource(RRDFile file) |
Header(RRDFile file)Constructs a Header from the RRD file. |
PDPStatusBlock(RRDFile file) |
UnivalArray(RRDFile file,
int size)Read an UnivalArray from a rrd native file at the current position |