Package | Description |
---|---|
org.infinispan.configuration.global | |
org.infinispan.executors |
Implementations of different executors used for asynchronous operation.
|
Modifier and Type | Method and Description |
---|---|
ScheduledExecutorFactory |
ScheduledExecutorFactoryConfiguration.factory() |
Modifier and Type | Method and Description |
---|---|
ScheduledExecutorFactoryConfigurationBuilder |
ScheduledExecutorFactoryConfigurationBuilder.factory(ScheduledExecutorFactory factory)
Specify factory class for executor
NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new
instance of the class.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScheduledExecutorFactory
Creates scheduled executors using the JDK Executors service
|
Constructor and Description |
---|
LazyInitializingScheduledExecutorService(ScheduledExecutorFactory factory,
Properties executorProperties) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.