Uses of Class
org.rrd4j.core.jrrd.CDPStatusBlock
-
Packages that use 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. cdpStatusBlocksConsolitation data pointsMethods in org.rrd4j.core.jrrd that return CDPStatusBlock Modifier and Type Method Description CDPStatusBlockArchive. getCDPStatusBlock(int index)Returns theCDPStatusBlockat 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.
-