Interface | Description |
---|---|
Job<T extends Task<?>> |
interface for job that can be scheduled by Alluxio scheduler.
|
JobFactory |
Factory for creating job instances.
|
JobMetaStore |
Job meta store that store job information.
|
WorkerProvider |
Interface for providing worker information and client.
|
Class | Description |
---|---|
Task<V> |
A task that can be executed on a worker.
|
Enum | Description |
---|---|
JobState |
Job status.
|
Copyright © 2023. All Rights Reserved.