Interface | Description |
---|---|
JobConfig |
A job configuration.
|
JobDefinition<T extends JobConfig,P extends Serializable,R extends Serializable> |
A job definition.
|
Class | Description |
---|---|
AbstractVoidJobDefinition<T extends JobConfig,P extends Serializable> |
An abstract job definition where the run task method does not return a value.
|
JobServerContext |
The context is used by job to access master-side resources and information.
|
RunTaskContext |
A context which contains useful information that can be used when running a task on a job worker.
|
SelectExecutorsContext |
A context containing useful parameters for the job master to use when selecting the worker
that a job should execute on.
|
ServiceConstants |
Alluxio job service constants.
|
Enum | Description |
---|---|
JobDefinitionRegistry |
The central registry of all the job definitions.
|
Copyright © 2023. All Rights Reserved.