Package | Description |
---|---|
org.rrd4j.core.jrrd |
This package provides read-only access to natives RRD file.
|
Modifier and Type | Field and Description |
---|---|
(package private) List<CDPStatusBlock> |
Archive.cdpStatusBlocks
Consolitation data points
|
Modifier and Type | Method and Description |
---|---|
CDPStatusBlock |
Archive.getCDPStatusBlock(int index)
Returns the
CDPStatusBlock at the specified position in this archive. |
Modifier and Type | Method and Description |
---|---|
Iterator<CDPStatusBlock> |
Archive.getCDPStatusBlocks()
Returns an iterator over the CDP status blocks in this archive in proper sequence.
|