| Package | Description |
|---|---|
| org.gearman.common |
| Modifier and Type | Method and Description |
|---|---|
JobState |
JobStatus.getState() |
JobState |
Job.getState() |
static JobState |
JobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobState[] |
JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setState(JobState state) |
| Constructor and Description |
|---|
JobStatus(int numerator,
int denominator,
JobState state,
String jobHandle) |
Copyright © 2013. All Rights Reserved.