Uses of Class
org.apache.uima.collection.impl.cpm.container.CPEFactory
-
-
Uses of CPEFactory in org.apache.uima.collection.impl.cpm
Fields in org.apache.uima.collection.impl.cpm declared as CPEFactory Modifier and Type Field Description private CPEFactory
BaseCPMImpl. cpeFactory
The cpe factory. -
Uses of CPEFactory in org.apache.uima.collection.impl.cpm.container.deployer
Fields in org.apache.uima.collection.impl.cpm.container.deployer declared as CPEFactory Modifier and Type Field Description private CPEFactory
CPEDeployerDefaultImpl. cpeFactory
The cpe factory.Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type CPEFactory Modifier and Type Method Description static CasProcessorDeployer
DeployFactory. getDeployer(CPEFactory aCpeFactory, CpeCasProcessor aCasProcessorConfig, ProcessControllerAdapter aPca)
Returns aCasProcessorDeployer
object that specializes in deploying components as either local, remote, or integrated.Constructors in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type CPEFactory Constructor Description CPEDeployerDefaultImpl(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
Fields in org.apache.uima.collection.impl.cpm.container.deployer.socket declared as CPEFactory Modifier and Type Field Description private CPEFactory
SocketCasProcessorDeployer. cpeFactory
The cpe factory.Constructors in org.apache.uima.collection.impl.cpm.container.deployer.socket with parameters of type CPEFactory Constructor Description SocketCasProcessorDeployer(ProcessControllerAdapter aController, CPEFactory aCpeFactory)
Instantiates a new socket cas processor deployer. -
Uses of CPEFactory in org.apache.uima.collection.impl.cpm.container.deployer.vinci
Fields in org.apache.uima.collection.impl.cpm.container.deployer.vinci declared as CPEFactory Modifier and Type Field Description private CPEFactory
VinciCasProcessorDeployer. cpeFactory
The cpe factory.Constructors in org.apache.uima.collection.impl.cpm.container.deployer.vinci with parameters of type CPEFactory Constructor Description VinciCasProcessorDeployer(CPEFactory aCpeFactory)
Instantiaes the class and gives it access to CPE configuration. -
Uses of CPEFactory in org.apache.uima.collection.impl.cpm.engine
Fields in org.apache.uima.collection.impl.cpm.engine declared as CPEFactory Modifier and Type Field Description private CPEFactory
CPMEngine. cpeFactory
The cpe factory.Constructors in org.apache.uima.collection.impl.cpm.engine with parameters of type CPEFactory Constructor Description CPMEngine(CPMExecutorService aExecutorService, CPEFactory aCpeFactory, ProcessTrace aProcTr, CheckpointData aCheckpointData)
Initializes Collection Processing Engine.
-