| Interface | Description |
|---|---|
| HostService |
Provides access to host services on the server for a
ParallelizableJob running in a secure sandbox. |
| ParallelizableJob |
Represents a job that can be split into smaller chunks.
|
| TaskWorker |
Processes a task that is part of a parallelizable job.
|
| Class | Description |
|---|---|
| AbstractParallelizableJob |
An abstract
ParallelizableJob that provides a default
implementation for the Job interface. |
| CompositeParallelizableJob |
A
ParallelizableJob that combines multiple jobs into one. |
| DiagnosticJob |
A
ParallelizableJob for diagnostic purposes. |
| DummyParallelizableJob |
A dummy parallelizable job to test remote method invocation.
|
| ExceptionTestJob |
A
ParallelizableJob to test handling of exceptions. |
| JobExecutionWrapper |
A
ParallelizableJob decorator that wraps exceptions thrown by
the inner ParallelizableJob in a
JobExecutionException. |
| ParallelizableJobRunner |
A
Job that runs a ParallelizableJob using multiple
threads. |
| ParallelizableJobRunner.Builder |
A Builder for creating ParallelizableJobRunner instances.
|
| TaskDescription |
A description of a task assigned by a
JobMasterService. |
| TaskRandomizedJob |
A
ParallelizableJob decorator that randomizes the order in
which its tasks are assigned. |
| TaskReversedJob |
A
ParallelizableJob decorator that randomizes the order in
which its tasks are assigned. |
| Exception | Description |
|---|---|
| JobExecutionException |
An
Exception wrapper for exceptions thrown by a
ParallelizableJob. |
Copyright © 2016. All rights reserved.