Package | Description |
---|---|
org.jboss.threads |
Modifier and Type | Interface and Description |
---|---|
interface |
BlockingExecutorService
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JBossThreadPoolExecutor
Deprecated.
Use
EnhancedQueueExecutor instead. |
class |
OrderedExecutor
An executor that always runs all tasks in queue order, using a delegate executor to run the tasks.
|
class |
QueueExecutor
Deprecated.
Use
EnhancedQueueExecutor instead. |
class |
QueuelessExecutor
Deprecated.
Use
EnhancedQueueExecutor instead. |
Modifier and Type | Method and Description |
---|---|
static BlockingExecutor |
JBossExecutors.blockingDirectExecutor()
Deprecated.
|
static BlockingExecutor |
JBossExecutors.blockingDiscardingExecutor()
Deprecated.
|
static BlockingExecutor |
JBossExecutors.blockingRejectingExecutor()
Deprecated.
|
static BlockingExecutor |
JBossExecutors.directBlockingExecutor(DirectExecutor delegate)
Deprecated.
|
static BlockingExecutor |
BlockingExecutor.of(Executor executor)
Deprecated.
Convert an executor to a "blocking" executor which never actually blocks.
|
static BlockingExecutor |
JBossExecutors.protectedBlockingExecutor(BlockingExecutor target)
Deprecated.
|
static BlockingExecutor |
JBossExecutors.threadFactoryExecutor(ThreadFactory factory)
Deprecated.
Use
EnhancedQueueExecutor instead. |
static BlockingExecutor |
JBossExecutors.threadFactoryExecutor(ThreadFactory factory,
int maxThreads)
Deprecated.
Use
EnhancedQueueExecutor instead. |
static BlockingExecutor |
JBossExecutors.threadFactoryExecutor(ThreadFactory factory,
int maxThreads,
boolean blocking)
Deprecated.
Use
EnhancedQueueExecutor instead. |
static BlockingExecutor |
JBossExecutors.threadFactoryExecutor(ThreadFactory factory,
int maxThreads,
boolean blocking,
DirectExecutor taskExecutor)
Deprecated.
Use
EnhancedQueueExecutor instead. |
Modifier and Type | Method and Description |
---|---|
static BlockingExecutor |
JBossExecutors.protectedBlockingExecutor(BlockingExecutor target)
Deprecated.
|
static BlockingExecutorService |
JBossExecutors.protectedBlockingExecutorService(BlockingExecutor target)
Deprecated.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.