Uses of Class
org.apache.uima.collection.impl.cpm.engine.BoundedWorkQueue
-
-
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 BoundedWorkQueue Modifier and Type Field Description private static BoundedWorkQueueVinciCasProcessorDeployer. portQueueThe port queue.Methods in org.apache.uima.collection.impl.cpm.container.deployer.vinci with parameters of type BoundedWorkQueue Modifier and Type Method Description private java.lang.StringVinciCasProcessorDeployer. 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 BoundedWorkQueue Modifier and Type Field Description private BoundedWorkQueueLocalVNS. portQueueThe port queue.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. outputQueueThe output queue.protected BoundedWorkQueueNonThreadedProcessingUnit. outputQueueThe output queue.protected BoundedWorkQueueProcessingUnit. outputQueueThe output queue.private BoundedWorkQueueArtifactProducer. workQueueThe work 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 that return BoundedWorkQueue Modifier and Type Method Description private BoundedWorkQueueCPMEngine. createOutputQueue(int aQueueSize)Instantiate custom Output Queue.Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type BoundedWorkQueue Modifier and Type Method Description private voidProcessingUnit. maybeLogFinestWorkQueue(java.lang.String msgBundleId, BoundedWorkQueue workQueue)Maybe log finest work queue.voidNonThreadedProcessingUnit. 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 BoundedWorkQueue Constructor Description NonThreadedProcessingUnit(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue)Initialize the PU.ProcessingUnit(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue)Initialize the PU.
-