org.opennms.web.response
Class RRDInfo.DataSource
java.lang.Object
org.opennms.web.response.RRDInfo.DataSource
- Enclosing class:
- RRDInfo
- public static class RRDInfo.DataSource
- extends java.lang.Object
Internal class to store information about a single RRD data source, which
is similar to a column in a relational database.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
protected java.lang.String name
type
protected java.lang.String type
minimalHeartbeat
protected double minimalHeartbeat
min
protected double min
max
protected double max
lastDataSource
protected java.lang.String lastDataSource
value
protected double value
unknownSeconds
protected double unknownSeconds
RRDInfo.DataSource
public RRDInfo.DataSource()
getName
public java.lang.String getName()
getType
public java.lang.String getType()
getMinimalHeartbeat
public double getMinimalHeartbeat()
getMin
public double getMin()
getMax
public double getMax()
getLastDataSource
public java.lang.String getLastDataSource()
getValue
public double getValue()
getUnknownSeconds
public double getUnknownSeconds()
toString
public java.lang.String toString()
Generated by eevans on May 29 2005 2015.