| Package | Description |
|---|---|
| com.databricks.sdk.service.jobs |
| Modifier and Type | Method and Description |
|---|---|
Wait<Run,Void> |
JobsAPI.cancelRun(CancelRun request)
Cancel a run.
|
Wait<Run,Void> |
JobsAPI.cancelRun(long runId) |
Wait<Run,RepairRunResponse> |
JobsAPI.repairRun(long runId) |
Wait<Run,RepairRunResponse> |
JobsAPI.repairRun(RepairRun request)
Repair a job run.
|
Wait<Run,RunNowResponse> |
JobsAPI.runNow(long jobId) |
Wait<Run,RunNowResponse> |
JobsAPI.runNow(RunNow request)
Trigger a new job run.
|
Wait<Run,SubmitRunResponse> |
JobsAPI.submit(SubmitRun request)
Create and trigger a one-time run.
|
| Modifier and Type | Method and Description |
|---|---|
RunOutput |
RunOutput.setMetadata(Run metadata) |
| Modifier and Type | Method and Description |
|---|---|
Run |
JobsAPI.waitGetRunJobTerminatedOrSkipped(Long runId,
Duration timeout,
Consumer<Run> callback) |
Copyright © 2024. All rights reserved.