Uses of Class
org.apache.uima.aae.error.Threshold
Packages that use Threshold
-
Uses of Threshold in org.apache.uima.aae.error
Methods in org.apache.uima.aae.error that return ThresholdModifier and TypeMethodDescriptionEndpointThresholds.getThreshold
(Object key) protected Threshold
ErrorHandlerBase.getThreshold
(String aThresholdToCheck, String endpoint) protected Threshold
ErrorHandlerBase.getThreshold
(Endpoint anEndpoint, Map aDelegateMap, AnalysisEngineController aController) Threshold.initialize()
Methods in org.apache.uima.aae.error with parameters of type ThresholdModifier and TypeMethodDescriptionvoid
EndpointThresholds.addThreshold
(Object key, Threshold aThreshold) protected boolean
ErrorHandlerBase.continueOnError
(String aDelegateKey, Threshold aThreshold, String aCasReferenceId, Throwable t, AnalysisEngineController aController) protected boolean
ErrorHandlerBase.exceedsThreshold
(Threshold aThreshold, String aThresholdToCheck, String endpoint, AnalysisEngineController controller) protected boolean
ErrorHandlerBase.exceedsThresholdWithinWindow
(Monitor aMonitor, String aStat, String aComponent, Threshold aThreshold) protected boolean
ErrorHandlerBase.retryLastCommand
(int aRetryCommand, Endpoint anEndpoint, AnalysisEngineController aController, String aKey, Threshold aThreshold, ErrorContext anErrorContext) protected boolean
ErrorHandlerBase.shouldRetry
(Threshold aThreshold, String aKindOfRetryCount, String aKey, AnalysisEngineController aController)