Uses of Class
org.apache.uima.collection.impl.cpm.engine.CPMExecutorService
-
Packages that use CPMExecutorService Package Description org.apache.uima.collection.impl.cpm org.apache.uima.collection.impl.cpm.engine -
-
Uses of CPMExecutorService in org.apache.uima.collection.impl.cpm
Fields in org.apache.uima.collection.impl.cpm declared as CPMExecutorService Modifier and Type Field Description CPMExecutorService
BaseCPMImpl. cpmExecutorService
The CPE executor service. -
Uses of CPMExecutorService in org.apache.uima.collection.impl.cpm.engine
Fields in org.apache.uima.collection.impl.cpm.engine declared as CPMExecutorService Modifier and Type Field Description private CPMExecutorService
CPMEngine. executorService
Methods in org.apache.uima.collection.impl.cpm.engine that return CPMExecutorService Modifier and Type Method Description (package private) CPMExecutorService
CPMEngine. getExecutorService()
Constructors in org.apache.uima.collection.impl.cpm.engine with parameters of type CPMExecutorService Constructor Description CPMEngine(CPMExecutorService aExecutorService, CPEFactory aCpeFactory, ProcessTrace aProcTr, CheckpointData aCheckpointData)
Initializes Collection Processing Engine.
-