| Package | Description |
|---|---|
| alluxio.scheduler.job |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Job<T extends Task<?>>
interface for job that can be scheduled by Alluxio scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Task.compareTo(Task o) |
void |
Job.onTaskSubmitFailure(Task<?> task)
Define how to process task that gets rejected when scheduler tried to kick off.
|
Copyright © 2024. All Rights Reserved.