| Package | Description |
|---|---|
| org.infinispan.executors |
Implementations of different executors used for asynchronous operation.
|
| org.infinispan.remoting.inboundhandler |
Handling of inbound commands on remote nodes.
|
| org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LazyInitializingBlockingTaskAwareExecutorService.execute(BlockingRunnable runnable) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBlockingRunnable
Common logic to handle
CacheRpcCommand. |
class |
DefaultTopologyRunnable
The default
Runnable for the remote commands receives. |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockingTaskAwareExecutorService.execute(BlockingRunnable runnable)
Executes the given command at some time in the future when the command is less probably to block a thread.
|
void |
BlockingTaskAwareExecutorServiceImpl.execute(BlockingRunnable runnable) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.