Uses of Class
org.apache.uima.collection.impl.cpm.engine.BoundedWorkQueue
Packages that use BoundedWorkQueue
Package
Description
-
Uses of BoundedWorkQueue in org.apache.uima.collection.impl.cpm.container.deployer.vinci
Fields in org.apache.uima.collection.impl.cpm.container.deployer.vinci declared as BoundedWorkQueueModifier and TypeFieldDescriptionprivate static BoundedWorkQueue
VinciCasProcessorDeployer.portQueue
Methods in org.apache.uima.collection.impl.cpm.container.deployer.vinci with parameters of type BoundedWorkQueueModifier and TypeMethodDescriptionprivate String
VinciCasProcessorDeployer.getPort
(BoundedWorkQueue portQueue) Used during a launch of the managed (local) Cas Processor this method returns a port number on which the Cas Processor is waiting for requests. -
Uses of BoundedWorkQueue in org.apache.uima.collection.impl.cpm.container.deployer.vns
Fields in org.apache.uima.collection.impl.cpm.container.deployer.vns declared as BoundedWorkQueueMethods in org.apache.uima.collection.impl.cpm.container.deployer.vns with parameters of type BoundedWorkQueueModifier and TypeMethodDescriptionvoid
LocalVNS.setConnectionPool
(BoundedWorkQueue pQueue) Associates a port pool with instance of VNS. -
Uses of BoundedWorkQueue in org.apache.uima.collection.impl.cpm.engine
Subclasses of BoundedWorkQueue in org.apache.uima.collection.impl.cpm.engineModifier and TypeClassDescriptionclass
This component extends the Bound Queue by guaranteeing delivery of CASes in sequential order.Fields in org.apache.uima.collection.impl.cpm.engine declared as BoundedWorkQueueModifier and TypeFieldDescriptionprotected BoundedWorkQueue
CPMEngine.outputQueue
protected BoundedWorkQueue
NonThreadedProcessingUnit.outputQueue
protected BoundedWorkQueue
ProcessingUnit.outputQueue
private BoundedWorkQueue
ArtifactProducer.workQueue
protected BoundedWorkQueue
CPMEngine.workQueue
protected BoundedWorkQueue
NonThreadedProcessingUnit.workQueue
protected BoundedWorkQueue
ProcessingUnit.workQueue
Methods in org.apache.uima.collection.impl.cpm.engine that return BoundedWorkQueueModifier and TypeMethodDescriptionprivate BoundedWorkQueue
CPMEngine.createOutputQueue
(int aQueueSize) Instantiate custom Output QueueMethods in org.apache.uima.collection.impl.cpm.engine with parameters of type BoundedWorkQueueModifier and TypeMethodDescriptionprivate void
ProcessingUnit.maybeLogFinestWorkQueue
(String msgBundleId, BoundedWorkQueue workQueue) void
NonThreadedProcessingUnit.setInputQueue
(BoundedWorkQueue aInputQueue) Alternative method of providing a queue from which this PU will read bundle of Casvoid
ProcessingUnit.setInputQueue
(BoundedWorkQueue aInputQueue) Alternative method of providing a queue from which this PU will read bundle of Casvoid
NonThreadedProcessingUnit.setOutputQueue
(BoundedWorkQueue aOutputQueue) Alternative method of providing a queue where this PU will deposit results of analysisvoid
ProcessingUnit.setOutputQueue
(BoundedWorkQueue aOutputQueue) Alternative method of providing a queue where this PU will deposit results of analysisvoid
ArtifactProducer.setWorkQueue
(BoundedWorkQueue aQueue) Assigns a queue where the artifacts produced by this component will be depositedConstructors in org.apache.uima.collection.impl.cpm.engine with parameters of type BoundedWorkQueueModifierConstructorDescriptionNonThreadedProcessingUnit
(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue) Initialize the PUProcessingUnit
(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue) Initialize the PU