org.rrd4j.core.jrrd
Class CDPStatusBlock

java.lang.Object
  extended by org.rrd4j.core.jrrd.CDPStatusBlock

public class CDPStatusBlock
extends Object

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

Version:
$Revision: 1.1 $
Author:
Ciaran Treanor

Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getUnknownDatapoints

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.

getValue

public double getValue()
Returns the value of this consolidated data point.

Returns:
the value of this consolidated data point.

toString

public String toString()
Returns a summary the contents of this CDP status block.

Overrides:
toString in class Object
Returns:
a summary of the information contained in the CDP status block.


Copyright © 2011. All Rights Reserved.