| Modifier and Type | Method and Description |
|---|---|
BatchJobInstanceSchedulingStrategy |
BatchJobAdapter.getBatchJobInstanceSchedulingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
BatchJobInstanceSchedulingStrategy |
DefaultBatchJob.getBatchJobInstanceSchedulingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBatchJob.setBatchJobInstanceSchedulingStrategy(BatchJobInstanceSchedulingStrategy batchJobInstanceSchedulingStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreationTimeSequentialSchedulingStrategy
Implementation of
BatchJobInstanceSchedulingStrategy in which executable instances are sorted by
BatchJobInstance.getCreationTime() and the one with the lowest value is
returned |
class |
RoundRobinBatchJobSchedulingStrategy
Implementation of
BatchJobInstanceSchedulingStrategy which selects the job instances with a round robin strategy |
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.