Uses of Class
org.apache.uima.collection.impl.cpm.engine.BoundedWorkQueue
Package
Description
-
Uses of BoundedWorkQueue in org.apache.uima.collection.impl.cpm.container.deployer.vns
Modifier 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
Modifier and TypeClassDescriptionclass
This component extends the Bound Queue by guaranteeing delivery of CASes in sequential order.Modifier and TypeFieldDescriptionprotected BoundedWorkQueue
CPMEngine.outputQueue
The output queue.protected BoundedWorkQueue
NonThreadedProcessingUnit.outputQueue
The output queue.protected BoundedWorkQueue
ProcessingUnit.outputQueue
The output queue.protected BoundedWorkQueue
CPMEngine.workQueue
The work queue.protected BoundedWorkQueue
NonThreadedProcessingUnit.workQueue
The work queue.protected BoundedWorkQueue
ProcessingUnit.workQueue
The work queue.Modifier and TypeMethodDescriptionvoid
NonThreadedProcessingUnit.setInputQueue
(BoundedWorkQueue aInputQueue) Alternative method of providing a queue from which this PU will read bundle of Cas.void
ProcessingUnit.setInputQueue
(BoundedWorkQueue aInputQueue) Alternative method of providing a queue from which this PU will read bundle of Cas.void
NonThreadedProcessingUnit.setOutputQueue
(BoundedWorkQueue aOutputQueue) Alternative method of providing a queue where this PU will deposit results of analysis.void
ProcessingUnit.setOutputQueue
(BoundedWorkQueue aOutputQueue) Alternative method of providing a queue where this PU will deposit results of analysis.void
ArtifactProducer.setWorkQueue
(BoundedWorkQueue aQueue) Assigns a queue where the artifacts produced by this component will be deposited.ModifierConstructorDescriptionNonThreadedProcessingUnit
(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue) Initialize the PU.ProcessingUnit
(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue) Initialize the PU.