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, setHttpManager
List<String> getJobs(String database, JobsEntity.JobState jobState, int count) throws ArangoException
ArangoException
List<String> getJobs(String database, JobsEntity.JobState jobState) throws ArangoException
ArangoException
void deleteAllJobs(String database) throws ArangoException
ArangoException
void deleteJobById(String database, String jobId) throws ArangoException
ArangoException
void deleteExpiredJobs(String database, int timeStamp) throws ArangoException
ArangoException
<T> T getJobResult(String database, String jobId) throws ArangoException
ArangoException
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.