Uses of Interface
org.apache.uima.collection.metadata.CasProcessorMaxRestarts
-
Packages that use CasProcessorMaxRestarts 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 CasProcessorMaxRestarts in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CasProcessorMaxRestarts Modifier and Type Class Description class
CasProcessorMaxRestartsImpl
The Class CasProcessorMaxRestartsImpl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as CasProcessorMaxRestarts Modifier and Type Field Description private CasProcessorMaxRestarts
CasProcessorErrorHandlingImpl. maxRestarts
The max restarts.Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorMaxRestarts Modifier and Type Method Description CasProcessorMaxRestarts
CasProcessorErrorHandlingImpl. getMaxConsecutiveRestarts()
static CasProcessorMaxRestarts
CpeDescriptorFactory. produceCasProcessorMaxRestarts()
Produce cas processor max restarts.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorMaxRestarts Modifier and Type Method Description void
CasProcessorErrorHandlingImpl. setMaxConsecutiveRestarts(CasProcessorMaxRestarts aCasPRestarts)
-
Uses of CasProcessorMaxRestarts in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CasProcessorMaxRestarts Modifier and Type Method Description CasProcessorMaxRestarts
CasProcessorErrorHandling. 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 CasProcessorMaxRestarts Modifier and Type Method Description void
CasProcessorErrorHandling. 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 Modifier and Type Method Description CasProcessorMaxRestarts
ResourceSpecifierFactory_impl. createCasProcessorMaxRestarts()
-