| Package | Description |
|---|---|
| org.hawkular.metrics.scheduler.api | |
| org.hawkular.metrics.scheduler.impl |
| Modifier and Type | Method and Description |
|---|---|
static JobStatus |
JobStatus.fromCode(byte code) |
JobStatus |
JobDetails.getStatus()
This is primarily for internal use by the scheduler.
|
static JobStatus |
JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus[] |
JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
JobDetailsImpl.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
JobDetailsImpl |
JobsService.createJobDetails(UUID jobId,
String jobType,
String jobName,
Map<String,String> parameters,
Trigger trigger,
JobStatus status,
Date timeSlice) |
| Constructor and Description |
|---|
JobDetailsImpl(UUID jobId,
String jobType,
String jobName,
JobParametersImpl parameters,
Trigger trigger,
JobStatus status) |
Copyright © 2014–2018 Red Hat, Inc.. All rights reserved.