Uses of Class
org.apache.uima.flow.ParallelStep
Packages that use ParallelStep
-
Uses of ParallelStep in org.apache.uima.analysis_engine.asb.impl
Fields in org.apache.uima.analysis_engine.asb.impl declared as ParallelStepModifier and TypeFieldDescription(package private) ParallelStep
ASB_impl.StackFrame.incompleteParallelStep
If the CAS Multiplier was called while processing a ParallelStep, this specifies the remaining parts of the parallel step, so we can pick up processing from there once we've processed all the output CASes.Constructors in org.apache.uima.analysis_engine.asb.impl with parameters of type ParallelStepModifierConstructorDescription(package private)
StackFrame
(CasIterator casIterator, CAS originalCas, FlowContainer originalCasFlow, String lastAeKey, ParallelStep incompleteParallelStep)