Uses of Class
org.apache.uima.collection.impl.cpm.engine.CPMEngine
Package
Description
-
Uses of CPMEngine in org.apache.uima.collection.impl.cpm.container.deployer
Modifier and TypeMethodDescriptionCPEDeployerDefaultImpl.deployCasProcessor
(List aCasProcessorList, CPMEngine aEngine, boolean redeploy) Deploys integrated Cas Processor. -
Uses of CPMEngine in org.apache.uima.collection.impl.cpm.container.deployer.socket
Modifier and TypeMethodDescriptionSocketCasProcessorDeployer.deployCasProcessor
(List aCasProcessorList, CPMEngine aEngine, boolean redeploy) Deploys integrated Cas Processor. -
Uses of CPMEngine in org.apache.uima.collection.impl.cpm.container.deployer.vinci
Modifier and TypeMethodDescriptionVinciCasProcessorDeployer.deployCasProcessor
(List aCasProcessorList, CPMEngine aEngine, boolean redeploy) Deploys integrated Cas Processor. -
Uses of CPMEngine in org.apache.uima.collection.impl.cpm.engine
Modifier and TypeFieldDescriptionprotected CPMEngine
BoundedWorkQueue.cpm
The cpm.protected CPMEngine
NonThreadedProcessingUnit.cpm
The cpm.protected CPMEngine
ProcessingUnit.cpm
The cpm.Modifier and TypeMethodDescriptionvoid
NonThreadedProcessingUnit.setCPMEngine
(CPMEngine acpm) Alternative method of providing the reference to the component managing the lifecycle of the CPE.void
ProcessingUnit.setCPMEngine
(CPMEngine acpm) Alternative method of providing the reference to the component managing the lifecycle of the CPE.ModifierConstructorDescriptionArtifactProducer
(CPMEngine acpm) Instantiates and initializes this instance.ArtifactProducer
(CPMEngine acpm, CPECasPool aPool) Construct instance of this class with a reference to the cpe engine and a pool of cas'es.BoundedWorkQueue
(int aQueueSize, String aQueueName, CPMEngine aCpmEngine) Initialize the instance.DebugControlThread
(CPMEngine aCpm, String aFilename, int aCheckpointFrequency) Instantiates a new debug control thread.Instantiates a new non threaded processing unit.NonThreadedProcessingUnit
(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue) Initialize the PU.ProcessingUnit
(CPMEngine acpm) Instantiates a new processing unit.ProcessingUnit
(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue) Initialize the PU.SequencedQueue
(int aQueueSize, String aQueueName, CPMEngine aCpmEngine) Initialize this queue. -
Uses of CPMEngine in org.apache.uima.collection.impl.cpm.utils
ModifierConstructorDescriptionExpirationTimer
(long aTimeout, HashMap aMap, String aKey, CPMEngine aCpm) Constructs a Timer that expires after a given interval.