public class

PDPStatusBlock

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

Class Overview

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

Summary

Public Methods
String getLastReading()
Returns the last reading from the data source.
int getUnknownSeconds()
Returns the number of seconds of the current primary data point is unknown data.
double getValue()
Returns the current value of the primary data point.
String toString()
Returns a summary the contents of this PDP status block.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getLastReading ()

Returns the last reading from the data source.

Returns
  • the last reading from the data source.

public int getUnknownSeconds ()

Returns the number of seconds of the current primary data point is unknown data.

Returns
  • the number of seconds of the current primary data point is unknown data.

public double getValue ()

Returns the current value of the primary data point.

Returns
  • the current value of the primary data point.

public String toString ()

Returns a summary the contents of this PDP status block.

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