Uses of Class
org.apache.uima.collection.impl.base_cpm.container.ProcessingContainer
Packages that use ProcessingContainer
Package
Description
-
Uses of ProcessingContainer in org.apache.uima.collection.impl.base_cpm.container.deployer
Methods in org.apache.uima.collection.impl.base_cpm.container.deployer that return ProcessingContainerModifier and TypeMethodDescriptionCasProcessorDeployer.deployCasProcessor
(List aCasProcessorList, boolean redeploy) Deploys all Cas Processors in aCasProcessorList.CPEDeployer.deployCasProcessor
(ProcessingContainer aProcessingContainer, CasProcessor aCasProcessor, boolean redeploy) Methods in org.apache.uima.collection.impl.base_cpm.container.deployer with parameters of type ProcessingContainerModifier and TypeMethodDescriptionvoid
CasProcessorDeployer.deployCasProcessor
(ProcessingContainer aProcessingContainer) Method used to redeploy a single instance of a Cas Processor.CPEDeployer.deployCasProcessor
(ProcessingContainer aProcessingContainer, CasProcessor aCasProcessor, boolean redeploy) -
Uses of ProcessingContainer in org.apache.uima.collection.impl.cpm.container
Subclasses of ProcessingContainer in org.apache.uima.collection.impl.cpm.containerModifier and TypeClassDescriptionclass
Manages a pool of CasProcessor instances. -
Uses of ProcessingContainer in org.apache.uima.collection.impl.cpm.container.deployer
Methods in org.apache.uima.collection.impl.cpm.container.deployer that return ProcessingContainerModifier and TypeMethodDescriptionCPEDeployerDefaultImpl.deployCasProcessor
(List aCasProcessorList, boolean redeploy) Deploys integrated Cas Processor.CPEDeployerDefaultImpl.deployCasProcessor
(List aCasProcessorList, CPMEngine aEngine, boolean redeploy) Deploys integrated Cas Processor.Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type ProcessingContainerModifier and TypeMethodDescriptionvoid
CPEDeployerDefaultImpl.deployCasProcessor
(ProcessingContainer aProcessingContainer) Deploys integrated Cas Processor using configuration available in a given Container. -
Uses of ProcessingContainer in org.apache.uima.collection.impl.cpm.container.deployer.socket
Methods in org.apache.uima.collection.impl.cpm.container.deployer.socket that return ProcessingContainerModifier and TypeMethodDescriptionSocketCasProcessorDeployer.deployCasProcessor
(List aCasProcessorList, boolean redeploy) Uses ProcessControllerAdapter instance to launch fenced CasProcessor.SocketCasProcessorDeployer.deployCasProcessor
(List aCasProcessorList, CPMEngine aEngine, boolean redeploy) Deploys integrated Cas Processor.Methods in org.apache.uima.collection.impl.cpm.container.deployer.socket with parameters of type ProcessingContainerModifier and TypeMethodDescriptionvoid
SocketCasProcessorDeployer.deployCasProcessor
(ProcessingContainer aProcessingContainer) Uses ProcessControllerAdapter instance to launch fenced CasProcessor. -
Uses of ProcessingContainer in org.apache.uima.collection.impl.cpm.container.deployer.vinci
Methods in org.apache.uima.collection.impl.cpm.container.deployer.vinci that return ProcessingContainerModifier and TypeMethodDescriptionVinciCasProcessorDeployer.deployCasProcessor
(List aCasProcessorList, boolean redeploy) Deploys CasProcessors in a provided List.VinciCasProcessorDeployer.deployCasProcessor
(List aCasProcessorList, CPMEngine aEngine, boolean redeploy) Deploys integrated Cas Processor.Methods in org.apache.uima.collection.impl.cpm.container.deployer.vinci with parameters of type ProcessingContainerModifier and TypeMethodDescriptionvoid
VinciCasProcessorDeployer.deployCasProcessor
(ProcessingContainer aProcessingContainer) Deploys CasProcessor using configuration from provided container. -
Uses of ProcessingContainer in org.apache.uima.collection.impl.cpm.engine
Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type ProcessingContainerModifier and TypeMethodDescriptionvoid
CPMEngine.redeployAnalysisEngine
(ProcessingContainer aProcessingContainer) Deploys CasProcessor and associates it with aProcessingContainer
.