|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PipeLink | |
|---|---|
| jconch.pipeline | |
| jconch.pipeline.impl | |
| Uses of PipeLink in jconch.pipeline |
|---|
| Fields in jconch.pipeline declared as PipeLink | |
|---|---|
protected PipeLink<OUT_T> |
Producer.link
The link we drop into. |
| Methods in jconch.pipeline that return PipeLink | |
|---|---|
protected PipeLink<IN_T> |
Processor.getLinkIn()
Provides the pipe link that is being drawn from. |
PipeLink<T> |
Consumer.getLinkIn()
Provides the pipe link that is being drawn from. |
PipeLink<OUT_T> |
Producer.getLinkOut()
Provides the pipeline link out. |
PipeLink<OUT_T> |
Processor.getLinkOut()
Provides the pipeline link out. |
| Constructors in jconch.pipeline with parameters of type PipeLink | |
|---|---|
Consumer(ThreadingModel threading,
PipeLink<T> in)
Creates a new instance of Consumer. |
|
Processor(ThreadingModel threading,
PipeLink<IN_T> inLink,
PipeLink<OUT_T> outLink)
Creates a new intance of Processor. |
|
Processor(ThreadingModel threading,
PipeLink<IN_T> inLink,
PipeLink<OUT_T> outLink)
Creates a new intance of Processor. |
|
Producer(ThreadingModel threading,
PipeLink<OUT_T> link)
Constructor. |
|
| Uses of PipeLink in jconch.pipeline.impl |
|---|
| Subclasses of PipeLink in jconch.pipeline.impl | |
|---|---|
class |
BoundedPipeLink<T>
A pipe link with a specified upper bound on the queue length. |
class |
TypeSafePipeLink<T>
Due to a limitation in Java's generic implementation, there is no way to go from a parameterized type to a Class instance representing that type. |
class |
UnboundedPipeLink<T>
An unbounded link in the pipeline. |
| Constructors in jconch.pipeline.impl with parameters of type PipeLink | |
|---|---|
ClosureConsumer(org.apache.commons.collections.Closure sink,
ThreadingModel threading,
PipeLink<T> in)
Constructor. |
|
CollectionConsumer(java.util.Collection<T> out,
ThreadingModel threading,
PipeLink<T> in)
Constructor. |
|
CollectionConsumer(ThreadingModel threading,
PipeLink<T> in)
|
|
CollectionProducer(java.util.Collection<T> data,
ThreadingModel model,
PipeLink<T> out)
Constructor. |
|
FactoryProducer(org.apache.commons.collections.Factory source,
ThreadingModel threading,
PipeLink link)
Constructor. |
|
TransformerProcessor(org.apache.commons.collections.Transformer trans,
ThreadingModel threading,
PipeLink inLink,
PipeLink outLink)
Constructor. |
|
TransformerProcessor(org.apache.commons.collections.Transformer trans,
ThreadingModel threading,
PipeLink inLink,
PipeLink outLink)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||