A B C D E F G H I J K L O P Q R S T U V

G

get(Object) - Method in class jconch.cache.CacheMap
Gets the value for the given object.
get() - Method in class jconch.pipeline.PipeLink
Removes an element from the link, if any is available.
getAddTimeout() - Method in class jconch.pipeline.PipeLink
Gets the timeout on add operations of the instance.
getCollection() - Method in class jconch.pipeline.impl.CollectionConsumer
Gets the collection backing the instance.
getCollection() - Method in class jconch.pipeline.impl.CollectionProducer
Gets the collection backing the instance.
getElementClass() - Method in class jconch.pipeline.impl.TypeSafePipeLink
Provides the element class.
getFetchTimeout() - Method in class jconch.pipeline.PipeLink
Gets the timeout on fetch operations of the instance.
getGlobalInstance() - Static method in class jconch.lock.RWLogEqLock
Provides the same instance of this class every time.
getGlobalInstance() - Static method in class jconch.lock.SyncLogEqLock
Provides the same instance of this class every time it is called.
getKey1() - Method in class jconch.multikey.UniKey
 
getKey2() - Method in class jconch.multikey.DuoKey
 
getKey3() - Method in class jconch.multikey.TriKey
 
getKey4() - Method in class jconch.multikey.QuadKey
 
getKeyCount() - Method in class jconch.multikey.DuoKey
 
getKeyCount() - Method in class jconch.multikey.JConchMultiKey
The number of elements in the multikey.
getKeyCount() - Method in class jconch.multikey.QuadKey
 
getKeyCount() - Method in class jconch.multikey.TriKey
 
getKeyCount() - Method in class jconch.multikey.UniKey
 
getKeys() - Method in class jconch.multikey.DuoKey
 
getKeys() - Method in class jconch.multikey.JConchMultiKey
The keys that make up the multikey.
getKeys() - Method in class jconch.multikey.QuadKey
 
getKeys() - Method in class jconch.multikey.TriKey
 
getKeys() - Method in class jconch.multikey.UniKey
 
getLinkIn() - Method in class jconch.pipeline.Consumer
Provides the pipe link that is being drawn from.
getLinkIn() - Method in class jconch.pipeline.Processor
Provides the pipe link that is being drawn from.
getLinkOut() - Method in class jconch.pipeline.Processor
Provides the pipeline link out.
getLinkOut() - Method in class jconch.pipeline.Producer
Provides the pipeline link out.
getLock(OBJ_T) - Method in class jconch.lock.AbstractLogEqLock
Provides a lock for the given object.
getQueueLength() - Method in class jconch.pipeline.PipeLink
Provides the number of elements currently in the queue.
getRemainingCapacity() - Method in class jconch.pipeline.impl.UnboundedPipeLink
Have to override this because LinkedBlockingQueue.remainingCapacity() doesn't work as expected -- apparently an unbounded queue runs low on space after you insert elements.
getRemainingCapacity() - Method in class jconch.pipeline.PipeLink
Provides an estimate of the number of elements the queue could additionally hold.
getSpawnPeriod() - Method in class jconch.pipeline.impl.ExecutorThreadingModel
Gets the period between executor calls for instance.
getSpawnPeriod() - Method in class jconch.pipeline.impl.SpawningThreadingModel
 
getThreadingModel() - Method in class jconch.pipeline.PipeStage
Gets the threading model of the instance.
getTransformer() - Method in class jconch.cache.CacheMap
Provides the underlying cache operation.
GroovyCacheMap - Class in jconch.cache
Creates CacheMap based on a Groovy closure.
GroovyCacheMap(Closure, SyncLogEqLock<Object>) - Constructor for class jconch.cache.GroovyCacheMap
 
GroovyCacheMap(Closure) - Constructor for class jconch.cache.GroovyCacheMap
 
GroovyClosureTransformer - Class in jconch.functor
 
GroovyClosureTransformer(Closure) - Constructor for class jconch.functor.GroovyClosureTransformer
 

A B C D E F G H I J K L O P Q R S T U V