Uses of Class
org.apache.uima.collection.impl.cpm.container.CPEFactory
Package
Description
-
Uses of CPEFactory in org.apache.uima.collection.impl.cpm.container.deployer
Modifier and TypeMethodDescriptionstatic CasProcessorDeployer
DeployFactory.getDeployer
(CPEFactory aCpeFactory, CpeCasProcessor aCasProcessorConfig, ProcessControllerAdapter aPca) Returns aCasProcessorDeployer
object that specializes in deploying components as either local, remote, or integrated.ModifierConstructorDescriptionCPEDeployerDefaultImpl
(CPEFactory aCpeFactory) Initializes this instance with a reference to the CPE configuration. -
Uses of CPEFactory in org.apache.uima.collection.impl.cpm.container.deployer.socket
ModifierConstructorDescriptionSocketCasProcessorDeployer
(ProcessControllerAdapter aController, CPEFactory aCpeFactory) Instantiates a new socket cas processor deployer. -
Uses of CPEFactory in org.apache.uima.collection.impl.cpm.container.deployer.vinci
ModifierConstructorDescriptionVinciCasProcessorDeployer
(CPEFactory aCpeFactory) Instantiaes the class and gives it access to CPE configuration. -
Uses of CPEFactory in org.apache.uima.collection.impl.cpm.engine
ModifierConstructorDescriptionCPMEngine
(CPMExecutorService aExecutorService, CPEFactory aCpeFactory, ProcessTrace aProcTr, CheckpointData aCheckpointData) Initializes Collection Processing Engine.