public class

CDPStatusBlock

extends Object
java.lang.Object
   ↳ org.rrd4j.core.jrrd.CDPStatusBlock

Class Overview

Instances of this class model the consolidation data point status from an RRD file.

Summary

Public Methods
int getUnknownDatapoints()
Returns the number of unknown primary data points that were integrated.
double getValue()
Returns the value of this consolidated data point.
String toString()
Returns a summary the contents of this CDP status block.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public int getUnknownDatapoints ()

Returns the number of unknown primary data points that were integrated.

Returns
  • the number of unknown primary data points that were integrated.

public double getValue ()

Returns the value of this consolidated data point.

Returns
  • the value of this consolidated data point.

public String toString ()

Returns a summary the contents of this CDP status block.

Returns
  • a summary of the information contained in the CDP status block.