public class Parameters extends Object
Constructor and Description |
---|
Parameters() |
Modifier and Type | Method and Description |
---|---|
Double |
getDeltaNeg()
Gets the delta negative.
|
Double |
getDeltaPos()
Gets the delta position.
|
Long |
getDependentRraIdx()
Gets the dependent RRA index.
|
Long |
getFailureThreshold()
Gets the failure threshold.
|
Double |
getHwAlpha()
Gets the hw alpha.
|
Double |
getHwBeta()
Gets the hw beta.
|
Double |
getSeasonalGamma()
Gets the seasonal gamma.
|
Long |
getSeasonalSmoothIdx()
Gets the seasonal smooth index.
|
Double |
getSmoothingWindow()
Gets the smoothing window.
|
Long |
getWindowLen()
Gets the window length.
|
Double |
getXff()
Gets the XFF.
|
void |
setDeltaNeg(Double deltaNeg)
Sets the delta negative.
|
void |
setDeltaPos(Double deltaPos)
Sets the delta position.
|
void |
setDependentRraIdx(Long dependentRraIdx)
Sets the dependent RRA index.
|
void |
setFailureThreshold(Long failureThreshold)
Sets the failure threshold.
|
void |
setHwAlpha(Double hwAlpha)
Sets the hw alpha.
|
void |
setHwBeta(Double hwBeta)
Sets the hw beta.
|
void |
setSeasonalGamma(Double seasonalGamma)
Sets the seasonal gamma.
|
void |
setSeasonalSmoothIdx(Long seasonalSmoothIdx)
Sets the seasonal smooth index.
|
void |
setSmoothingWindow(Double smoothingWindow)
Sets the smoothing window.
|
void |
setWindowLen(Long windowLen)
Sets the window length.
|
void |
setXff(Double xff)
Sets the XFF.
|
public Double getDeltaNeg()
public void setDeltaNeg(Double deltaNeg)
deltaNeg
- the new delta negativepublic Double getDeltaPos()
public void setDeltaPos(Double deltaPos)
deltaPos
- the new delta positionpublic Long getDependentRraIdx()
public void setDependentRraIdx(Long dependentRraIdx)
dependentRraIdx
- the new dependent RRA indexpublic Long getFailureThreshold()
public void setFailureThreshold(Long failureThreshold)
failureThreshold
- the new failure thresholdpublic Double getHwAlpha()
public void setHwAlpha(Double hwAlpha)
hwAlpha
- the new hw alphapublic Double getHwBeta()
public void setHwBeta(Double hwBeta)
hwBeta
- the new hw betapublic Double getSeasonalGamma()
public void setSeasonalGamma(Double seasonalGamma)
seasonalGamma
- the new seasonal gammapublic Long getSeasonalSmoothIdx()
public void setSeasonalSmoothIdx(Long seasonalSmoothIdx)
seasonalSmoothIdx
- the new seasonal smooth indexpublic Double getSmoothingWindow()
public void setSmoothingWindow(Double smoothingWindow)
smoothingWindow
- the new smoothing windowpublic Long getWindowLen()
public void setWindowLen(Long windowLen)
windowLen
- the new window lengthpublic Double getXff()
XFF The xfiles factor defines what part of a consolidation interval may be made up from *UNKNOWN* data while the consolidated value is still regarded as known. It is given as the ratio of allowed *UNKNOWN* PDPs to the number of PDPs in the interval. Thus, it ranges from 0 to 1 (exclusive).
public void setXff(Double xff)
xff
- the new XFFCopyright © 2021. All rights reserved.