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 ThresholdErrorHandlerBase.getThreshold(String aThresholdToCheck, String endpoint) protected ThresholdErrorHandlerBase.getThreshold(Endpoint anEndpoint, Map aDelegateMap, AnalysisEngineController aController) Threshold.initialize()Methods in org.apache.uima.aae.error with parameters of type ThresholdModifier and TypeMethodDescriptionvoidEndpointThresholds.addThreshold(Object key, Threshold aThreshold) protected booleanErrorHandlerBase.continueOnError(String aDelegateKey, Threshold aThreshold, String aCasReferenceId, Throwable t, AnalysisEngineController aController) protected booleanErrorHandlerBase.exceedsThreshold(Threshold aThreshold, String aThresholdToCheck, String endpoint, AnalysisEngineController controller) protected booleanErrorHandlerBase.exceedsThresholdWithinWindow(Monitor aMonitor, String aStat, String aComponent, Threshold aThreshold) protected booleanErrorHandlerBase.retryLastCommand(int aRetryCommand, Endpoint anEndpoint, AnalysisEngineController aController, String aKey, Threshold aThreshold, ErrorContext anErrorContext) protected booleanErrorHandlerBase.shouldRetry(Threshold aThreshold, String aKindOfRetryCount, String aKey, AnalysisEngineController aController)