| Package | Description |
|---|---|
| de.aristaflow.adept2.util.threading |
| Modifier and Type | Class and Description |
|---|---|
class |
LimitedPipelineExecutor<O>
Deprecated.
Use
LimitedPipelineExecutor instead. |
class |
UnlimitedPipelineExecutor<O>
Deprecated.
Use
UnlimitedPipelineExecutor instead. |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractPipeliningExecutor<?,P> |
PipelineFlushRunnable.executor
Deprecated.
The executor for restarting the pipelines.
|
| Constructor and Description |
|---|
PipelineFlushRunnable(java.lang.Runnable task,
java.util.Collection<PipelineRunnable<P>> await,
boolean abortedPending,
AbstractPipeliningExecutor<?,P> executor,
java.util.logging.Logger logger)
Deprecated.
Creates a new runnable that executes an exclusive tasks without any
pipeline running.
|