Uses of Class
org.apache.uima.aae.error.Threshold
-
Packages that use Threshold Package Description org.apache.uima.aae.error -
-
Uses of Threshold in org.apache.uima.aae.error
Methods in org.apache.uima.aae.error that return Threshold Modifier and Type Method Description ThresholdEndpointThresholds. getThreshold(java.lang.Object key)protected ThresholdErrorHandlerBase. getThreshold(java.lang.String aThresholdToCheck, java.lang.String endpoint)protected ThresholdErrorHandlerBase. getThreshold(Endpoint anEndpoint, java.util.Map aDelegateMap, AnalysisEngineController aController)ThresholdThreshold. initialize()Methods in org.apache.uima.aae.error with parameters of type Threshold Modifier and Type Method Description voidEndpointThresholds. addThreshold(java.lang.Object key, Threshold aThreshold)protected booleanErrorHandlerBase. continueOnError(java.lang.String aDelegateKey, Threshold aThreshold, java.lang.String aCasReferenceId, java.lang.Throwable t, AnalysisEngineController aController)protected booleanErrorHandlerBase. exceedsThreshold(Threshold aThreshold, java.lang.String aThresholdToCheck, java.lang.String endpoint, AnalysisEngineController controller)protected booleanErrorHandlerBase. exceedsThresholdWithinWindow(Monitor aMonitor, java.lang.String aStat, java.lang.String aComponent, Threshold aThreshold)protected booleanErrorHandlerBase. retryLastCommand(int aRetryCommand, Endpoint anEndpoint, AnalysisEngineController aController, java.lang.String aKey, Threshold aThreshold, ErrorContext anErrorContext)protected booleanErrorHandlerBase. shouldRetry(Threshold aThreshold, java.lang.String aKindOfRetryCount, java.lang.String aKey, AnalysisEngineController aController)
-