Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
List<String> |
ArangoDriver.getJobs(JobsEntity.JobState jobState)
Returns a list of all job ids of asynchronous executed jobs, filtered by
job state.
|
List<String> |
ArangoDriver.getJobs(JobsEntity.JobState jobState,
int count)
Returns a list of all job ids of asynchronous executed jobs, filtered by
job state.
|
List<String> |
InternalJobsDriver.getJobs(String database,
JobsEntity.JobState jobState) |
List<String> |
InternalJobsDriver.getJobs(String database,
JobsEntity.JobState jobState,
int count) |
Modifier and Type | Method and Description |
---|---|
static JobsEntity.JobState |
JobsEntity.JobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobsEntity.JobState[] |
JobsEntity.JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
InternalJobsDriverImpl.getJobs(String database,
JobsEntity.JobState jobState) |
List<String> |
InternalJobsDriverImpl.getJobs(String database,
JobsEntity.JobState jobState,
int count) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.