public interface PersistenceEngine
| Modifier and Type | Method and Description |
|---|---|
void |
delete(org.gearman.common.Job job) |
void |
delete(String functionName,
String uniqueID) |
void |
deleteAll() |
org.gearman.common.Job |
findJob(String functionName,
String uniqueID) |
org.gearman.common.Job |
findJobByHandle(String jobHandle) |
Collection<QueuedJob> |
getAllForFunction(String functionName) |
String |
getIdentifier() |
Collection<QueuedJob> |
readAll() |
void |
write(org.gearman.common.Job job) |
String getIdentifier()
void write(org.gearman.common.Job job)
void delete(org.gearman.common.Job job)
void deleteAll()
Collection<QueuedJob> readAll()
Collection<QueuedJob> getAllForFunction(String functionName)
org.gearman.common.Job findJobByHandle(String jobHandle)
Copyright © 2013. All Rights Reserved.