| Package | Description |
|---|---|
| org.mule.runtime.core.api.scheduler |
| Modifier and Type | Class and Description |
|---|---|
class |
SchedulerContainerPoolsConfig
Singleton implementation whose
SchedulerContainerPoolsConfig.getConfig() method returns an empty value, to indicate that the container pools have to
be used. |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.scheduler.Scheduler |
SchedulerService.cpuIntensiveScheduler(SchedulerConfig config,
SchedulerPoolsConfigFactory poolsConfigFactory)
Builds a fresh
Scheduler for heavy computation or CPU intensive tasks. |
org.mule.runtime.api.scheduler.Scheduler |
SchedulerService.cpuLightScheduler(SchedulerConfig config,
SchedulerPoolsConfigFactory poolsConfigFactory)
Builds a fresh
Scheduler for light CPU tasks. |
org.mule.runtime.api.scheduler.Scheduler |
SchedulerService.ioScheduler(SchedulerConfig config,
SchedulerPoolsConfigFactory poolsConfigFactory)
Builds a fresh
Scheduler for blocking I/O tasks. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.