| Package | Description |
|---|---|
| org.finra.herd.sdk.api |
| Modifier and Type | Method and Description |
|---|---|
Job |
JobApi.jobCreateJob(JobCreateRequest jobCreateRequest)
createJob
Creates and starts a new job asynchronously.
|
Job |
JobApi.jobDeleteJob(String id,
JobDeleteRequest jobDeleteRequest)
deleteJob
Deletes a currently running job and preserves the job state in history.
|
Job |
JobApi.jobGetJob(String id,
Boolean verbose)
getJob
Gets the details of a previously submitted job.
|
Job |
JobApi.jobSignalJob(JobSignalRequest jobSignalRequest)
signalJob
Signals the job with the receive task.
|
Job |
JobApi.jobUpdateJob(String id,
JobUpdateRequest jobUpdateRequest)
updateJob
Activates or suspends a job execution.
|
Copyright © 2017. All rights reserved.