Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
O
P
Q
R
S
T
U
V
P
PipeElement
- Interface in
jconch.pipeline
An element in a pipeline.
PipeLink
<
T
> - Class in
jconch.pipeline
A link in the stages of the pipeline.
PipeLink(BlockingQueue<T>)
- Constructor for class jconch.pipeline.
PipeLink
Constructor.
PipeStage
- Class in
jconch.pipeline
The base interface for a stage in the pipeline.
PipeStage(ThreadingModel)
- Constructor for class jconch.pipeline.
PipeStage
Constructor.
process(Object)
- Method in class jconch.pipeline.impl.
TransformerProcessor
Delegates the implemenation to
Transformer.transform(Object)
.
process(IN_T)
- Method in class jconch.pipeline.
Processor
The argument that implements the processing for this class.
Processor
<
IN_T
,
OUT_T
> - Class in
jconch.pipeline
A processing pipe in the pipeline.
Processor(ThreadingModel, PipeLink<IN_T>, PipeLink<OUT_T>)
- Constructor for class jconch.pipeline.
Processor
Creates a new intance of
Processor
.
produceItem()
- Method in class jconch.pipeline.impl.
CollectionProducer
produceItem()
- Method in class jconch.pipeline.impl.
FactoryProducer
produceItem()
- Method in class jconch.pipeline.
Producer
Method that must be implemented to queue the producer.
Producer
<
OUT_T
> - Class in
jconch.pipeline
The base implementation of a pipe that produces new elements to retrieve.
Producer(ThreadingModel, PipeLink<OUT_T>)
- Constructor for class jconch.pipeline.
Producer
Constructor.
put(KEY_T, VAL_T)
- Method in class jconch.cache.
CacheMap
Sets
key
to map to
value
in this map.
putAll(Map<? extends KEY_T, ? extends VAL_T>)
- Method in class jconch.cache.
CacheMap
Copies all of the giving mappings into the cache.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
O
P
Q
R
S
T
U
V