Package | Description |
---|---|
org.apache.uima.aae.error |
Modifier and Type | Method and Description |
---|---|
protected Threshold |
ErrorHandlerBase.getThreshold(Endpoint anEndpoint,
Map aDelegateMap,
AnalysisEngineController aController) |
Threshold |
EndpointThresholds.getThreshold(Object key) |
protected Threshold |
ErrorHandlerBase.getThreshold(String aThresholdToCheck,
String endpoint) |
Threshold |
Threshold.initialize() |
Modifier and Type | Method and Description |
---|---|
void |
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) |
Copyright © 2016. All rights reserved.