O - The type of object for which work is registered and which
identifies a pipeline.UnlimitedPipelineExecutor instead.@Deprecated public class UnlimitedPipelineExecutor<O> extends AbstractPipeliningExecutor<O,O>
java.util.concurrent.ThreadPoolExecutor.AbortPolicy, java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy, java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy, java.util.concurrent.ThreadPoolExecutor.DiscardPolicyabortCount, flushPending, logger, pipelines, shutdownPendingactiveThreads, completedTasks, submittedTasks| Constructor and Description |
|---|
UnlimitedPipelineExecutor(Adept2ThreadFactory threadFactory)
Deprecated.
Creates a new thread pool executor with one pipeline per registered object
and no limit for the threads.
|
| Modifier and Type | Method and Description |
|---|---|
protected O |
getPipelineFor(O object)
Deprecated.
Gets the identifier determining the pipeline for the designated object
accordingly to the limit of the number of pipelines.
|
execute, flushAndExecute, flushAndExecuteUnchecked, isShutdown, restartPipelines, shutdown, shutdownNow, submit, submit, submitAndFlushafterExecute, beforeExecute, execute, newTaskFor, newTaskFor, setLogExecuteCallStack, updateQueueLimitallowCoreThreadTimeOut, allowsCoreThreadTimeOut, awaitTermination, finalize, getActiveCount, getCompletedTaskCount, getCorePoolSize, getKeepAliveTime, getLargestPoolSize, getMaximumPoolSize, getPoolSize, getQueue, getRejectedExecutionHandler, getTaskCount, getThreadFactory, isTerminated, isTerminating, prestartAllCoreThreads, prestartCoreThread, purge, remove, setCorePoolSize, setKeepAliveTime, setMaximumPoolSize, setRejectedExecutionHandler, setThreadFactory, terminated, toStringpublic UnlimitedPipelineExecutor(Adept2ThreadFactory threadFactory)
threadFactory - The factory to use when the executor creates a new
thread.protected O getPipelineFor(O object)
getPipelineFor in class AbstractPipeliningExecutor<O,O>object - The object for which to determine the pipeline.