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

E

entrySet() - Method in class jconch.cache.CacheMap
Provides the set of cached values.
equals(Object) - Method in class jconch.cache.CacheMap
Determines equality based on cached operation definition.
equals(Object) - Method in class jconch.multikey.JConchMultiKey
 
ExceptionThreadingModel - Class in jconch.pipeline.impl
Class that explodes when ExceptionThreadingModel.execute(PipeStage) is called.
ExceptionThreadingModel() - Constructor for class jconch.pipeline.impl.ExceptionThreadingModel
 
execute() - Method in class jconch.pipeline.Consumer
Fetches an object and calls Consumer.consumeItem(Object) on it.
execute(PipeStage) - Method in class jconch.pipeline.impl.ExceptionThreadingModel
 
execute(PipeStage) - Method in class jconch.pipeline.impl.ExecutorThreadingModel
Delegates the execution of the argument to the underlying executor.
execute(PipeStage) - Method in class jconch.pipeline.impl.InlineThreadingModel
Simply calls PipeStage.execute().
execute(PipeStage) - Method in class jconch.pipeline.impl.SingleThreadThreadingModel
Spawns a thread, and it keeps executing everything.
execute(PipeStage) - Method in class jconch.pipeline.impl.SpawningThreadingModel
Spawns a thread that calls PipeStage.execute().
execute() - Method in class jconch.pipeline.PipeStage
Executes one round of processing for this pipeline stage.
execute() - Method in class jconch.pipeline.Processor
 
execute() - Method in class jconch.pipeline.Producer
Checks state, generates an element, and then puts it into the queue.
execute(PipeStage) - Method in interface jconch.pipeline.ThreadingModel
Wraps the execution of the pipeline in the appropriate threading.
ExecutorThreadingModel - Class in jconch.pipeline.impl
A wrapper around ThreadingModel which allows the user to leverage the Executor API, and its myriad extensions.
ExecutorThreadingModel(Executor) - Constructor for class jconch.pipeline.impl.ExecutorThreadingModel
Constructor.

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