AbstractObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
boolean prestart,
Adept2ThreadFactory threadFactory) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
AbstractObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
boolean prestart,
Adept2ThreadFactory threadFactory,
int queueLimitPoolStatistics,
Level minLogLevelPoolStatistics) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
AbstractObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
boolean prestart,
Comparator<? super Runnable> comparator,
Adept2ThreadFactory threadFactory,
int queueLimitPoolStatistics,
Level minLogLevelPoolStatistics) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
AbstractObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
boolean prestart,
Comparator<? super Runnable> comparator,
Adept2ThreadFactory threadFactory,
Level minLogLevelPoolStatistics) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
AbstractObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
Adept2ThreadFactory threadFactory) |
Creates a new thread pool executor with the designated (maximum) amount of (core) threads (and
unlimited objects), accepting exactly one piece of work per object.
|
AbstractObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
Adept2ThreadFactory threadFactory,
int queueLimitPoolStatistics,
Level minLogLevelPoolStatistics) |
Creates a new thread pool executor with the designated (maximum) amount of (core) threads (and
unlimited objects), accepting exactly one piece of work per object.
|
AbstractObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
Comparator<? super Runnable> comparator,
Adept2ThreadFactory threadFactory,
int queueLimitPoolStatistics,
Level minLogLevelPoolStatistics) |
Creates a new thread pool executor with the designated (maximum) amount of (core) threads,
accepting exactly one piece of work per object.
|
AbstractObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
Comparator<? super Runnable> comparator,
Adept2ThreadFactory threadFactory,
Level minLogLevelPoolStatistics) |
Creates a new thread pool executor with the designated (maximum) amount of (core) threads,
accepting exactly one piece of work per object.
|
AbstractObjectOneWorkExecutor(boolean blockUntilFlush,
int maxPoolSize,
Adept2ThreadFactory threadFactory) |
Creates a new thread pool executor with an unlimited amount objects and the designated maximum
amount of threads, accepting exactly one piece of work per object.
|
AbstractObjectOneWorkExecutor(boolean blockUntilFlush,
Adept2ThreadFactory threadFactory) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
AbstractObjectSpecificExecutor(int corePoolSize,
int maxPoolSize,
boolean prestart,
Adept2ThreadFactory threadFactory) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
AbstractObjectSpecificExecutor(int corePoolSize,
int maxPoolSize,
boolean prestart,
Adept2ThreadFactory threadFactory,
int queueLimitPoolStatistics,
Level minLogLevelPoolStatistics) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
AbstractObjectSpecificExecutor(int corePoolSize,
int maxPoolSize,
boolean prestart,
Comparator<? super Runnable> comparator,
Adept2ThreadFactory threadFactory,
int queueLimitPoolStatistics,
Level minLogLevelPoolStatistics) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
AbstractObjectSpecificExecutor(int corePoolSize,
int maxPoolSize,
boolean prestart,
Comparator<? super Runnable> comparator,
Adept2ThreadFactory threadFactory,
Level minLogLevelPoolStatistics) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
AbstractObjectSpecificExecutor(int corePoolSize,
int maxPoolSize,
Adept2ThreadFactory threadFactory) |
Creates a new thread pool executor with the designated number of threads and threads for
different objects using the designate thread factory for creating threads.
|
AbstractObjectSpecificExecutor(int corePoolSize,
int maxPoolSize,
Adept2ThreadFactory threadFactory,
int queueLimitPoolStatistics,
Level minLogLevelPoolStatistics) |
Creates a new thread pool executor with the designated number of threads and threads for
different objects using the designate thread factory for creating threads.
|
AbstractObjectSpecificExecutor(int corePoolSize,
int maxPoolSize,
Comparator<? super Runnable> comparator,
Adept2ThreadFactory threadFactory,
int queueLimitPoolStatistics,
Level minLogLevelPoolStatistics) |
Creates a new thread pool executor with the designated (maximum) amount of (core) threads using
the designated comparator for prioritising work.
|
AbstractObjectSpecificExecutor(int corePoolSize,
int maxPoolSize,
Comparator<? super Runnable> comparator,
Adept2ThreadFactory threadFactory,
Level minLogLevelPoolStatistics) |
Creates a new thread pool executor with the designated (maximum) amount of (core) threads using
the designated comparator for prioritising work.
|
AbstractObjectSpecificExecutor(int maxPoolSize,
Adept2ThreadFactory threadFactory) |
Creates a new thread pool executor with the designated maximum amount of threads and threads
for different objects.
|
AbstractObjectSpecificExecutor(Adept2ThreadFactory threadFactory) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
AbstractPipeliningExecutor(int maxPoolSize,
Adept2ThreadFactory threadFactory) |
Creates a new thread pool executor with the designated maximum amount of threads for different
objects using the designate thread factory for creating threads.
|
AbstractPipeliningExecutor(Adept2ThreadFactory threadFactory) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
LimitedPipelineExecutor(int limit,
Adept2ThreadFactory threadFactory) |
Creates a new thread pool executor with the designated amount of pipelines
and threads.
|
ObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
boolean prestart,
Adept2ThreadFactory threadFactory) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
ObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
boolean prestart,
Adept2ThreadFactory threadFactory,
int queueLimitPoolStatistics,
Level minLogLevelPoolStatistics) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
ObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
Adept2ThreadFactory threadFactory) |
Creates a new thread pool executor with the designated (maximum) amount of (core) threads (and
unlimited objects), accepting exactly one piece of work per object.
|
ObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
Adept2ThreadFactory threadFactory,
int queueLimitPoolStatistics,
Level minLogLevelPoolStatistics) |
Creates a new thread pool executor with the designated (maximum) amount of (core) threads (and
unlimited objects), accepting exactly one piece of work per object.
|
ObjectOneWorkExecutor(boolean blockUntilFlush,
int maxPoolSize,
Adept2ThreadFactory threadFactory) |
Creates a new thread pool executor with an unlimited amount objects and the designated maximum
amount of threads, accepting exactly one piece of work per object.
|
ObjectOneWorkExecutor(boolean blockUntilFlush,
Adept2ThreadFactory threadFactory) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
ScheduledObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
boolean prestart,
int scheduledPoolSize,
Adept2ThreadFactory threadFactory) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
ScheduledObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
boolean prestart,
int scheduledPoolSize,
Comparator<? super Runnable> comparator,
Adept2ThreadFactory threadFactory,
int queueLimitPoolStatistics,
Level minLogLevelPoolStatistics) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
ScheduledObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
boolean prestart,
int scheduledPoolSize,
Comparator<? super Runnable> comparator,
Adept2ThreadFactory threadFactory,
Level minLogLevelPoolStatistics) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
ScheduledObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
int scheduledPoolSize,
Adept2ThreadFactory threadFactory) |
Creates a new thread pool executor with the designated (maximum) amount of (core) threads (and
unlimited objects), accepting exactly one piece of work per object.
|
ScheduledObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
int scheduledPoolSize,
Comparator<? super Runnable> comparator,
Adept2ThreadFactory threadFactory,
int queueLimitPoolStatistics,
Level minLogLevelPoolStatistics) |
Creates a new thread pool executor with the designated (maximum) amount of (core) threads,
accepting exactly one piece of work per object.
|
ScheduledObjectOneWorkExecutor(boolean blockUntilFlush,
int corePoolSize,
int maxPoolSize,
int scheduledPoolSize,
Comparator<? super Runnable> comparator,
Adept2ThreadFactory threadFactory,
Level minLogLevelPoolStatistics) |
Creates a new thread pool executor with the designated (maximum) amount of (core) threads,
accepting exactly one piece of work per object.
|
ScheduledObjectOneWorkExecutor(boolean blockUntilFlush,
int maxPoolSize,
Adept2ThreadFactory threadFactory) |
Creates a new thread pool executor with an unlimited amount of objects and the designated
maximum amount of threads, accepting exactly one piece of work per object.
|
ScheduledObjectOneWorkExecutor(boolean blockUntilFlush,
Adept2ThreadFactory threadFactory) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
UnlimitedPipelineExecutor(int maxPoolSize,
Adept2ThreadFactory threadFactory) |
Creates a new thread pool executor with one pipeline per registered object and the designated
maximum amount of threads.
|
UnlimitedPipelineExecutor(Adept2ThreadFactory threadFactory) |
Deprecated, for removal: This API element is subject to removal in a future version.
|