| Package | Description |
|---|---|
| org.apache.uima.collection.impl.cpm.container.deployer.vns | |
| org.apache.uima.collection.impl.cpm.engine |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalVNS.setConnectionPool(BoundedWorkQueue pQueue)
Associates a port pool with instance of VNS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SequencedQueue
This component extends the Bound Queue by guaranteeing delivery of CASes in sequential order.
|
| Modifier and Type | Field and Description |
|---|---|
protected BoundedWorkQueue |
CPMEngine.outputQueue |
protected BoundedWorkQueue |
NonThreadedProcessingUnit.outputQueue |
protected BoundedWorkQueue |
ProcessingUnit.outputQueue |
protected BoundedWorkQueue |
CPMEngine.workQueue |
protected BoundedWorkQueue |
NonThreadedProcessingUnit.workQueue |
protected BoundedWorkQueue |
ProcessingUnit.workQueue |
| Modifier and Type | Method and Description |
|---|---|
void |
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
|
| Constructor and Description |
|---|
NonThreadedProcessingUnit(CPMEngine acpm,
BoundedWorkQueue aInputQueue,
BoundedWorkQueue aOutputQueue)
Initialize the PU
|
ProcessingUnit(CPMEngine acpm,
BoundedWorkQueue aInputQueue,
BoundedWorkQueue aOutputQueue)
Initialize the PU
|
Copyright © 2018. All rights reserved.