| Package | Description |
|---|---|
| ca.eandb.jdcp.job |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParallelizableJob
Represents a job that can be split into smaller chunks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParallelizableJob
An abstract
ParallelizableJob that provides a default
implementation for the Job interface. |
class |
CompositeParallelizableJob
A
ParallelizableJob that combines multiple jobs into one. |
class |
DiagnosticJob
A
ParallelizableJob for diagnostic purposes. |
class |
DummyParallelizableJob
A dummy parallelizable job to test remote method invocation.
|
class |
ExceptionTestJob
A
ParallelizableJob to test handling of exceptions. |
class |
JobExecutionWrapper
A
ParallelizableJob decorator that wraps exceptions thrown by
the inner ParallelizableJob in a
JobExecutionException. |
class |
TaskRandomizedJob
A
ParallelizableJob decorator that randomizes the order in
which its tasks are assigned. |
class |
TaskReversedJob
A
ParallelizableJob decorator that randomizes the order in
which its tasks are assigned. |
Copyright © 2016. All rights reserved.