Uses of Class
org.rrd4j.core.jrrd.CDPStatusBlock
Package | Description |
---|---|
org.rrd4j.core.jrrd |
This package provides read-only access to natives RRD file.
|
-
Uses of CDPStatusBlock in org.rrd4j.core.jrrd
Fields in org.rrd4j.core.jrrd with type parameters of type CDPStatusBlock Modifier and Type Field Description (package private) List<CDPStatusBlock>
Archive. cdpStatusBlocks
Consolitation data pointsMethods in org.rrd4j.core.jrrd that return CDPStatusBlock Modifier and Type Method Description CDPStatusBlock
Archive. getCDPStatusBlock(int index)
Returns theCDPStatusBlock
at the specified position in this archive.Methods in org.rrd4j.core.jrrd that return types with arguments of type CDPStatusBlock Modifier and Type Method Description Iterator<CDPStatusBlock>
Archive. getCDPStatusBlocks()
Returns an iterator over the CDP status blocks in this archive in proper sequence.