public interface InternalJobsDriver extends BaseDriverInterface
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAllJobs(String database) |
void |
deleteExpiredJobs(String database,
int timeStamp) |
void |
deleteJobById(String database,
String JobId) |
<T> T |
getJobResult(String database,
String jobId) |
List<String> |
getJobs(String database,
JobsEntity.JobState jobState) |
List<String> |
getJobs(String database,
JobsEntity.JobState jobState,
int count) |
getHttpManager, setHttpManagerList<String> getJobs(String database, JobsEntity.JobState jobState, int count) throws ArangoException
ArangoExceptionList<String> getJobs(String database, JobsEntity.JobState jobState) throws ArangoException
ArangoExceptionvoid deleteAllJobs(String database) throws ArangoException
ArangoExceptionvoid deleteJobById(String database, String JobId) throws ArangoException
ArangoExceptionvoid deleteExpiredJobs(String database, int timeStamp) throws ArangoException
ArangoException<T> T getJobResult(String database, String jobId) throws ArangoException
ArangoExceptionCopyright © 2012–2015 ArangoDB GmbH. All rights reserved.