Uses of Interface
org.apache.uima.collection.metadata.CasProcessorMaxRestarts
Packages that use CasProcessorMaxRestarts
Package
Description
Java object representation of a CPE Descriptor.
Apache UIMA internals
-
Uses of CasProcessorMaxRestarts in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CasProcessorMaxRestartsModifier and TypeClassDescriptionclassThe Class CasProcessorMaxRestartsImpl.Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorMaxRestartsModifier and TypeMethodDescriptionCasProcessorErrorHandlingImpl.getMaxConsecutiveRestarts()static CasProcessorMaxRestartsCpeDescriptorFactory.produceCasProcessorMaxRestarts()Produce cas processor max restarts.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorMaxRestartsModifier and TypeMethodDescriptionvoidCasProcessorErrorHandlingImpl.setMaxConsecutiveRestarts(CasProcessorMaxRestarts aCasPRestarts) -
Uses of CasProcessorMaxRestarts in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CasProcessorMaxRestartsModifier and TypeMethodDescriptionCasProcessorErrorHandling.getMaxConsecutiveRestarts()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 CasProcessorMaxRestartsModifier and TypeMethodDescriptionvoidCasProcessorErrorHandling.setMaxConsecutiveRestarts(CasProcessorMaxRestarts aCasPRestarts) Sets max number of restarts allowed for a CasProcessor and an action to take by the CPE in case the threshold is reached. -
Uses of CasProcessorMaxRestarts in org.apache.uima.impl
Methods in org.apache.uima.impl that return CasProcessorMaxRestarts