Uses of Interface
org.apache.uima.collection.metadata.CasProcessorErrorRateThreshold
Packages that use CasProcessorErrorRateThreshold
Package
Description
Java object representation of a CPE Descriptor.
Apache UIMA internals
-
Uses of CasProcessorErrorRateThreshold in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CasProcessorErrorRateThresholdModifier and TypeClassDescriptionclass
The Class CasProcessorErrorRateThresholdImpl.Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorErrorRateThresholdModifier and TypeMethodDescriptionCasProcessorErrorHandlingImpl.getErrorRateThreshold()
CpeDescriptorFactory.produceCasProcessorErrorRateThreshold()
Produce cas processor error rate threshold.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorErrorRateThresholdModifier and TypeMethodDescriptionvoid
CasProcessorErrorHandlingImpl.setErrorRateThreshold
(CasProcessorErrorRateThreshold aCasPErrorThreshold) -
Uses of CasProcessorErrorRateThreshold in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CasProcessorErrorRateThresholdModifier and TypeMethodDescriptionCasProcessorErrorHandling.getErrorRateThreshold()
Returns max number of restarts allowed for a CasProcessor and an action to take by the CPE in case the threshold is reached.Methods in org.apache.uima.collection.metadata with parameters of type CasProcessorErrorRateThresholdModifier and TypeMethodDescriptionvoid
CasProcessorErrorHandling.setErrorRateThreshold
(CasProcessorErrorRateThreshold aCasPErrorThreshold) Sets max number of errors allowed for a CasProcessor and an action to take by the CPE in case the threshold is reached. -
Uses of CasProcessorErrorRateThreshold in org.apache.uima.impl
Methods in org.apache.uima.impl that return CasProcessorErrorRateThresholdModifier and TypeMethodDescriptionResourceSpecifierFactory_impl.createCasProcessorErrorRateThreshold()