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.vnsMethods in org.apache.uima.collection.impl.cpm.container.deployer.vns with parameters of type BoundedWorkQueueModifier and TypeMethodDescriptionvoidLocalVNS.setConnectionPool(BoundedWorkQueue pQueue) Associates a port pool with instance of VNS.
- 
Uses of BoundedWorkQueue in org.apache.uima.collection.impl.cpm.engineSubclasses of BoundedWorkQueue in org.apache.uima.collection.impl.cpm.engineModifier and TypeClassDescriptionclassThis 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 BoundedWorkQueueCPMEngine.outputQueueThe output queue.protected BoundedWorkQueueNonThreadedProcessingUnit.outputQueueThe output queue.protected BoundedWorkQueueProcessingUnit.outputQueueThe output queue.protected BoundedWorkQueueCPMEngine.workQueueThe work queue.protected BoundedWorkQueueNonThreadedProcessingUnit.workQueueThe work queue.protected BoundedWorkQueueProcessingUnit.workQueueThe work queue.Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type BoundedWorkQueueModifier and TypeMethodDescriptionvoidNonThreadedProcessingUnit.setInputQueue(BoundedWorkQueue aInputQueue) Alternative method of providing a queue from which this PU will read bundle of Cas.voidProcessingUnit.setInputQueue(BoundedWorkQueue aInputQueue) Alternative method of providing a queue from which this PU will read bundle of Cas.voidNonThreadedProcessingUnit.setOutputQueue(BoundedWorkQueue aOutputQueue) Alternative method of providing a queue where this PU will deposit results of analysis.voidProcessingUnit.setOutputQueue(BoundedWorkQueue aOutputQueue) Alternative method of providing a queue where this PU will deposit results of analysis.voidArtifactProducer.setWorkQueue(BoundedWorkQueue aQueue) Assigns a queue where the artifacts produced by this component will be deposited.Constructors in org.apache.uima.collection.impl.cpm.engine with parameters of type BoundedWorkQueueModifierConstructorDescriptionNonThreadedProcessingUnit(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue) Initialize the PU.ProcessingUnit(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue) Initialize the PU.