Uses of Class
org.apache.uima.collection.impl.cpm.engine.CPMEngine
-
-
Uses of CPMEngine in org.apache.uima.collection.impl.cpm
Fields in org.apache.uima.collection.impl.cpm declared as CPMEngine Modifier and Type Field Description private CPMEngineBaseCPMImpl. cpEngineThe cp engine. -
Uses of CPMEngine in org.apache.uima.collection.impl.cpm.container.deployer
Fields in org.apache.uima.collection.impl.cpm.container.deployer declared as CPMEngine Modifier and Type Field Description private CPMEngineCPEDeployerDefaultImpl. engineThe engine.Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type CPMEngine Modifier and Type Method Description ProcessingContainerCPEDeployerDefaultImpl. deployCasProcessor(java.util.List aCasProcessorList, CPMEngine aEngine, boolean redeploy)Deploys integrated Cas Processor. -
Uses of CPMEngine in org.apache.uima.collection.impl.cpm.container.deployer.socket
Methods in org.apache.uima.collection.impl.cpm.container.deployer.socket with parameters of type CPMEngine Modifier and Type Method Description ProcessingContainerSocketCasProcessorDeployer. deployCasProcessor(java.util.List aCasProcessorList, CPMEngine aEngine, boolean redeploy)Deploys integrated Cas Processor. -
Uses of CPMEngine in org.apache.uima.collection.impl.cpm.container.deployer.vinci
Methods in org.apache.uima.collection.impl.cpm.container.deployer.vinci with parameters of type CPMEngine Modifier and Type Method Description ProcessingContainerVinciCasProcessorDeployer. deployCasProcessor(java.util.List aCasProcessorList, CPMEngine aEngine, boolean redeploy)Deploys integrated Cas Processor. -
Uses of CPMEngine in org.apache.uima.collection.impl.cpm.engine
Fields in org.apache.uima.collection.impl.cpm.engine declared as CPMEngine Modifier and Type Field Description private CPMEngineArtifactProducer. cpmThe cpm.protected CPMEngineBoundedWorkQueue. cpmThe cpm.private CPMEngineDebugControlThread. cpmThe cpm.protected CPMEngineNonThreadedProcessingUnit. cpmThe cpm.protected CPMEngineProcessingUnit. cpmThe cpm.Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type CPMEngine Modifier and Type Method Description voidNonThreadedProcessingUnit. setCPMEngine(CPMEngine acpm)Alternative method of providing the reference to the component managing the lifecycle of the CPE.voidProcessingUnit. setCPMEngine(CPMEngine acpm)Alternative method of providing the reference to the component managing the lifecycle of the CPE.Constructors in org.apache.uima.collection.impl.cpm.engine with parameters of type CPMEngine Constructor Description ArtifactProducer(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, java.lang.String aQueueName, CPMEngine aCpmEngine)Initialize the instance.DebugControlThread(CPMEngine aCpm, java.lang.String aFilename, int aCheckpointFrequency)Instantiates a new debug control thread.NonThreadedProcessingUnit(CPMEngine acpm)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, java.lang.String aQueueName, CPMEngine aCpmEngine)Initialize this queue. -
Uses of CPMEngine in org.apache.uima.collection.impl.cpm.utils
Fields in org.apache.uima.collection.impl.cpm.utils declared as CPMEngine Modifier and Type Field Description (package private) CPMEngineExpirationTimer. cpmThe cpm.Constructors in org.apache.uima.collection.impl.cpm.utils with parameters of type CPMEngine Constructor Description ExpirationTimer(long aTimeout, java.util.HashMap aMap, java.lang.String aKey, CPMEngine aCpm)Constructs a Timer that expires after a given interval.
-