| Package | Description |
|---|---|
| org.gearman.common | |
| org.gearman.common.packets.request | |
| org.gearman.constants |
| Modifier and Type | Method and Description |
|---|---|
JobPriority |
Job.getPriority() |
| Constructor and Description |
|---|
Job(String functionName,
String uniqueID,
byte[] data,
byte[] jobHandle,
JobPriority priority,
boolean isBackground,
long timeToRun) |
Job(String functionName,
String uniqueID,
byte[] data,
JobPriority priority,
boolean isBackground) |
Job(String functionName,
String uniqueID,
byte[] data,
JobPriority priority,
boolean isBackground,
long timeToRun) |
| Modifier and Type | Method and Description |
|---|---|
JobPriority |
SubmitJob.getPriority() |
| Constructor and Description |
|---|
SubmitJob(String function,
String unique_id,
byte[] data,
boolean background,
JobPriority priority) |
| Modifier and Type | Method and Description |
|---|---|
static JobPriority |
JobPriority.fromInteger(int x) |
static JobPriority |
JobPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobPriority[] |
JobPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.