public class

DataSource

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

Class Overview

Instances of this class model a data source in an RRD file.

Summary

Public Methods
double getMaximum()
Returns the maximum value input to this data source can have.
double getMinimum()
Returns the minimum value input to this data source can have.
int getMinimumHeartbeat()
Returns the minimum required heartbeat for this data source.
String getName()
Returns the name of this data source.
PDPStatusBlock getPDPStatusBlock()
Returns the primary data point status block for this data source.
DataSourceType getType()
Returns the type this data source is.
String toString()
Returns a summary the contents of this data source.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public double getMaximum ()

Returns the maximum value input to this data source can have.

Returns
  • the maximum value input to this data source can have.

public double getMinimum ()

Returns the minimum value input to this data source can have.

Returns
  • the minimum value input to this data source can have.

public int getMinimumHeartbeat ()

Returns the minimum required heartbeat for this data source.

Returns
  • the minimum required heartbeat for this data source.

public String getName ()

Returns the name of this data source.

Returns
  • the name of this data source.

public PDPStatusBlock getPDPStatusBlock ()

Returns the primary data point status block for this data source.

Returns
  • the primary data point status block for this data source.

public DataSourceType getType ()

Returns the type this data source is.

Returns
  • the type this data source is.
See Also

public String toString ()

Returns a summary the contents of this data source.

Returns
  • a summary of the information contained in this data source.