public interface JobDetails
| Modifier and Type | Method and Description |
|---|---|
UUID |
getJobId()
A unique identifier that the scheduler uses to query Cassandra for the job details
|
String |
getJobName()
Note that thee job name does not have to be unique.
|
String |
getJobType()
Every job has a type.
|
JobParameters |
getParameters()
The job
parameters which are mutable |
JobStatus |
getStatus()
This is primarily for internal use by the scheduler.
|
Trigger |
getTrigger()
The
trigger specifies when the job will execute. |
UUID getJobId()
String getJobType()
String getJobName()
JobParameters getParameters()
parameters which are mutableJobStatus getStatus()
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.