public interface CasProcessorErrorRateThreshold extends MetaDataObject
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns strategy for dealing with exceeding error thresholds.
|
int |
getMaxErrorCount()
Returns max number of errors tolerated by the CPE.
|
int |
getMaxErrorSampleSize()
Returns sample size.
|
void |
setAction(String aAction)
Sets a strategy for dealing with exceeding error thresholds.
|
void |
setMaxErrorCount(int aErrorCount)
Sets the max number of errors tolerated by the CPE.
|
void |
setMaxErrorSampleSize(int aSampleSize)
Sets the sample size.
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
void setMaxErrorCount(int aErrorCount)
aErrorCount
- -
max tolerated errors for CasProcessorint getMaxErrorCount()
void setMaxErrorSampleSize(int aSampleSize)
aSampleSize
- the sample sizeint getMaxErrorSampleSize()
void setAction(String aAction)
aAction
- -
action to takeString getAction()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.