Uses of Interface
org.apache.uima.collection.metadata.CasProcessorErrorRateThreshold
-
Packages that use CasProcessorErrorRateThreshold Package Description org.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl 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 CasProcessorErrorRateThreshold Modifier and Type Class Description class
CasProcessorErrorRateThresholdImpl
The Class CasProcessorErrorRateThresholdImpl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as CasProcessorErrorRateThreshold Modifier and Type Field Description private CasProcessorErrorRateThreshold
CasProcessorErrorHandlingImpl. errorRateThrashold
The error rate thrashold.Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorErrorRateThreshold Modifier and Type Method Description CasProcessorErrorRateThreshold
CasProcessorErrorHandlingImpl. getErrorRateThreshold()
static CasProcessorErrorRateThreshold
CpeDescriptorFactory. produceCasProcessorErrorRateThreshold()
Produce cas processor error rate threshold.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorErrorRateThreshold Modifier and Type Method Description void
CasProcessorErrorHandlingImpl. setErrorRateThreshold(CasProcessorErrorRateThreshold aCasPErrorThreshold)
-
Uses of CasProcessorErrorRateThreshold in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CasProcessorErrorRateThreshold Modifier and Type Method Description CasProcessorErrorRateThreshold
CasProcessorErrorHandling. 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 CasProcessorErrorRateThreshold Modifier and Type Method Description void
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 CasProcessorErrorRateThreshold Modifier and Type Method Description CasProcessorErrorRateThreshold
ResourceSpecifierFactory_impl. createCasProcessorErrorRateThreshold()
-