Package | Description |
---|---|
org.infinispan.executors |
Implementations of different executors used for asynchronous operation.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyInitializingBlockingTaskAwareExecutorService
A delegating executor that lazily constructs and initializes the underlying executor.
|
class |
LazyInitializingExecutorService
A delegating executor that lazily constructs and initializes the underlying executor, since unused JDK executors
are expensive.
|
class |
LazyInitializingScheduledExecutorService
A delegating scheduled executor that lazily constructs and initializes the underlying scheduled executor, since
unused JDK executors are expensive.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.