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
C
CacheMap
<
KEY_T
,
VAL_T
> - Class in
jconch.cache
A map that provides cached look-ups in a thread-safe manner.
CacheMap(Transformer5<KEY_T, VAL_T>)
- Constructor for class jconch.cache.
CacheMap
Constructs a new instance of the cache map, which uses its own internal set of locks (see
CacheMap.CacheMap(Transformer5, SyncLogEqLock)
).
CacheMap(Transformer5<KEY_T, VAL_T>, SyncLogEqLock<KEY_T>)
- Constructor for class jconch.cache.
CacheMap
Constructs a new instance of the cache map.
clear()
- Method in class jconch.cache.
CacheMap
Clears the cache.
clearQueue()
- Method in class jconch.pipeline.
PipeLink
Drops all elements from this link.
ClosureConsumer
<
T
> - Class in
jconch.pipeline.impl
A
Closure
-based implementation of a
Consumer
.
ClosureConsumer(Closure, ThreadingModel, PipeLink<T>)
- Constructor for class jconch.pipeline.impl.
ClosureConsumer
Constructor.
CollectionConsumer
<
T
> - Class in
jconch.pipeline.impl
A consumer which collects elements into a collection.
CollectionConsumer(ThreadingModel, PipeLink<T>)
- Constructor for class jconch.pipeline.impl.
CollectionConsumer
CollectionConsumer(Collection<T>, ThreadingModel, PipeLink<T>)
- Constructor for class jconch.pipeline.impl.
CollectionConsumer
Constructor.
CollectionProducer
<
T
> - Class in
jconch.pipeline.impl
A producer which provides elements from a given collection.
CollectionProducer(Collection<T>, ThreadingModel, PipeLink<T>)
- Constructor for class jconch.pipeline.impl.
CollectionProducer
Constructor.
consumeItem(T)
- Method in class jconch.pipeline.
Consumer
Responsible for consuming items.
consumeItem(Object)
- Method in class jconch.pipeline.impl.
ClosureConsumer
Delegates implementation to
Closure.execute(Object)
.
consumeItem(T)
- Method in class jconch.pipeline.impl.
CollectionConsumer
Consumer
<
T
> - Class in
jconch.pipeline
The base implementation of a pipe that consumes elements without producing anything.
Consumer(ThreadingModel, PipeLink<T>)
- Constructor for class jconch.pipeline.
Consumer
Creates a new instance of
Consumer
.
containsKey(Object)
- Method in class jconch.cache.
CacheMap
Determines whether the value for the current key is in cache.
containsValue(Object)
- Method in class jconch.cache.
CacheMap
Whether the value is in the cache.
createNewLock()
- Method in class jconch.lock.
AbstractLogEqLock
Implementation of the "lock" that is created.
createNewLock()
- Method in class jconch.lock.
RWLogEqLock
createNewLock()
- Method in class jconch.lock.
SyncLogEqLock
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