Uses of Class
org.apache.uima.collection.impl.cpm.engine.BoundedWorkQueue
-
Packages that use BoundedWorkQueue Package Description org.apache.uima.collection.impl.cpm.container.deployer.vns org.apache.uima.collection.impl.cpm.engine -
-
Uses of BoundedWorkQueue in org.apache.uima.collection.impl.cpm.container.deployer.vns
Methods in org.apache.uima.collection.impl.cpm.container.deployer.vns with parameters of type BoundedWorkQueue Modifier and Type Method Description voidLocalVNS. 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.engine Modifier and Type Class Description classSequencedQueueThis component extends the Bound Queue by guaranteeing delivery of CASes in sequential order.Fields in org.apache.uima.collection.impl.cpm.engine declared as BoundedWorkQueue Modifier and Type Field Description protected BoundedWorkQueueCPMEngine. outputQueueprotected BoundedWorkQueueNonThreadedProcessingUnit. outputQueueprotected BoundedWorkQueueProcessingUnit. outputQueueprotected BoundedWorkQueueCPMEngine. workQueueprotected BoundedWorkQueueNonThreadedProcessingUnit. workQueueprotected BoundedWorkQueueProcessingUnit. workQueueMethods in org.apache.uima.collection.impl.cpm.engine with parameters of type BoundedWorkQueue Modifier and Type Method Description voidNonThreadedProcessingUnit. setInputQueue(BoundedWorkQueue aInputQueue)Alternative method of providing a queue from which this PU will read bundle of CasvoidProcessingUnit. setInputQueue(BoundedWorkQueue aInputQueue)Alternative method of providing a queue from which this PU will read bundle of CasvoidNonThreadedProcessingUnit. setOutputQueue(BoundedWorkQueue aOutputQueue)Alternative method of providing a queue where this PU will deposit results of analysisvoidProcessingUnit. setOutputQueue(BoundedWorkQueue aOutputQueue)Alternative method of providing a queue where this PU will deposit results of analysisvoidArtifactProducer. 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 BoundedWorkQueue Constructor Description NonThreadedProcessingUnit(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue)Initialize the PUProcessingUnit(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue)Initialize the PU
-