|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjconch.pipeline.PipeLink<T>
jconch.pipeline.impl.BoundedPipeLink<T>
public class BoundedPipeLink<T>
A pipe link with a specified upper bound on the queue length.
| Constructor Summary | |
|---|---|
BoundedPipeLink(int maxElements)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class jconch.pipeline.PipeLink |
|---|
add, breakLink, clearQueue, get, getAddTimeout, getFetchTimeout, getQueueLength, getRemainingCapacity, registerSource, setAddTimeout, setFetchTimeout, start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoundedPipeLink(int maxElements)
maxElements - The maximum number of elements.
java.lang.IllegalArgumentException - If the argument is not greater than zero.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||