Package org.opennms.netmgt.rrd.model.v3
Class RRADS
- java.lang.Object
-
- org.opennms.netmgt.rrd.model.v3.RRADS
-
public class RRADS extends java.lang.Object
The Class RraDS (RRA CDP Data Source).- ds.cdp.hwpredict: intercept, last_intercept, slope, last_slope, nan_count, last_nan_count
- ds.cdp.seasonal: seasonal, last_seasonal, init_flag
- ds.cdp.failures: history
- ds.cdp.avg_min_max: value, unknown_datapoints
- ds.cdp: primary_value, secondary_value, (ds.cdp.hwpredict | ds.cdp.seasonal | ds.cdp.failures | ds.cdp.avg_min_max)?
- Author:
- Alejandro Galue
-
-
Constructor Summary
Constructors Constructor Description RRADS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getHistory()
Gets the history.java.lang.Long
getInitFlag()
Gets the init seasonal.java.lang.Double
getIntercept()
Gets the intercept.java.lang.Double
getLastIntercept()
Gets the last intercept.java.lang.Long
getLastNanCount()
Gets the last NaN count.java.lang.Double
getLastSeasonal()
Gets the last seasonal.java.lang.Double
getLastSlope()
Gets the last slope.java.lang.Long
getNanCount()
Gets the NaN count.java.lang.Double
getPrimaryValue()
Gets the primary value.java.lang.Double
getSeasonal()
Gets the seasonal.java.lang.Double
getSecondaryValue()
Gets the secondary value.java.lang.Double
getSlope()
Gets the slope.java.lang.Long
getUnknownDataPoints()
Gets the unknown data points.java.lang.Double
getValue()
Gets the value.void
setHistory(java.lang.String history)
Sets the history.void
setInitFlag(java.lang.Long initFlag)
Sets the init seasonal.void
setIntercept(java.lang.Double intercept)
Sets the intercept.void
setLastIntercept(java.lang.Double lastIntercept)
Sets the last intercept.void
setLastNanCount(java.lang.Long lastNanCount)
Sets the last NaN count.void
setLastSeasonal(java.lang.Double lastSeasonal)
Sets the last seasonal.void
setLastSlope(java.lang.Double lastSlope)
Sets the last slope.void
setNanCount(java.lang.Long nanCount)
Sets the NaN count.void
setPrimaryValue(java.lang.Double primaryValue)
Sets the primary value.void
setSeasonal(java.lang.Double seasonal)
Sets the seasonal.void
setSecondaryValue(java.lang.Double secondaryValue)
Sets the secondary value.void
setSlope(java.lang.Double slope)
Sets the slope.void
setUnknownDataPoints(java.lang.Long unknownDataPoints)
Sets the unknown data points.void
setValue(java.lang.Double value)
Sets the value.
-
-
-
Method Detail
-
getHistory
public java.lang.String getHistory()
Gets the history.- Returns:
- the history
-
setHistory
public void setHistory(java.lang.String history)
Sets the history.- Parameters:
history
- the new history
-
getInitFlag
public java.lang.Long getInitFlag()
Gets the init seasonal.- Returns:
- the init seasonal
-
setInitFlag
public void setInitFlag(java.lang.Long initFlag)
Sets the init seasonal.- Parameters:
initFlag
- the new init seasonal
-
getIntercept
public java.lang.Double getIntercept()
Gets the intercept.- Returns:
- the intercept
-
setIntercept
public void setIntercept(java.lang.Double intercept)
Sets the intercept.- Parameters:
intercept
- the new intercept
-
getLastIntercept
public java.lang.Double getLastIntercept()
Gets the last intercept.- Returns:
- the last intercept
-
setLastIntercept
public void setLastIntercept(java.lang.Double lastIntercept)
Sets the last intercept.- Parameters:
lastIntercept
- the new last intercept
-
getLastNanCount
public java.lang.Long getLastNanCount()
Gets the last NaN count.- Returns:
- the last NaN count
-
setLastNanCount
public void setLastNanCount(java.lang.Long lastNanCount)
Sets the last NaN count.- Parameters:
lastNanCount
- the new last NaN count
-
getLastSeasonal
public java.lang.Double getLastSeasonal()
Gets the last seasonal.- Returns:
- the last seasonal
-
setLastSeasonal
public void setLastSeasonal(java.lang.Double lastSeasonal)
Sets the last seasonal.- Parameters:
lastSeasonal
- the new last seasonal
-
getLastSlope
public java.lang.Double getLastSlope()
Gets the last slope.- Returns:
- the last slope
-
setLastSlope
public void setLastSlope(java.lang.Double lastSlope)
Sets the last slope.- Parameters:
lastSlope
- the new last slope
-
getNanCount
public java.lang.Long getNanCount()
Gets the NaN count.- Returns:
- the NaN count
-
setNanCount
public void setNanCount(java.lang.Long nanCount)
Sets the NaN count.- Parameters:
nanCount
- the new NaN count
-
getPrimaryValue
public java.lang.Double getPrimaryValue()
Gets the primary value.- Returns:
- the primary value
-
setPrimaryValue
public void setPrimaryValue(java.lang.Double primaryValue)
Sets the primary value.- Parameters:
primaryValue
- the new primary value
-
getSeasonal
public java.lang.Double getSeasonal()
Gets the seasonal.- Returns:
- the seasonal
-
setSeasonal
public void setSeasonal(java.lang.Double seasonal)
Sets the seasonal.- Parameters:
seasonal
- the new seasonal
-
getSecondaryValue
public java.lang.Double getSecondaryValue()
Gets the secondary value.- Returns:
- the secondary value
-
setSecondaryValue
public void setSecondaryValue(java.lang.Double secondaryValue)
Sets the secondary value.- Parameters:
secondaryValue
- the new secondary value
-
getSlope
public java.lang.Double getSlope()
Gets the slope.- Returns:
- the slope
-
setSlope
public void setSlope(java.lang.Double slope)
Sets the slope.- Parameters:
slope
- the new slope
-
getUnknownDataPoints
public java.lang.Long getUnknownDataPoints()
Gets the unknown data points.- Returns:
- the unknown data points
-
setUnknownDataPoints
public void setUnknownDataPoints(java.lang.Long unknownDataPoints)
Sets the unknown data points.- Parameters:
unknownDataPoints
- the new unknown data points
-
getValue
public java.lang.Double getValue()
Gets the value.- Returns:
- the value
-
setValue
public void setValue(java.lang.Double value)
Sets the value.- Parameters:
value
- the new value
-
-