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