Uses of Interface
org.apache.uima.collection.metadata.CasProcessorErrorRateThreshold

Packages that use CasProcessorErrorRateThreshold
org.apache.uima.collection.impl.metadata.cpe   
org.apache.uima.collection.metadata Java object representation of a CPE Descriptor. 
 

Uses of CasProcessorErrorRateThreshold in org.apache.uima.collection.impl.metadata.cpe
 

Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorErrorRateThreshold
static CasProcessorErrorRateThreshold CpeDescriptorFactory.produceCasProcessorErrorRateThreshold()
           
 

Uses of CasProcessorErrorRateThreshold in org.apache.uima.collection.metadata
 

Methods in org.apache.uima.collection.metadata that return CasProcessorErrorRateThreshold
 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
 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.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.