A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
E
- execute(org.veupathdb.lib.compute.platform.job.JobContext) - function in org.veupathdb.lib.compute.platform.job.JobExecutor
- Executes the job configured by the given JobContext.
- executorFactory(org.veupathdb.lib.compute.platform.job.JobExecutorFactory) - function in org.veupathdb.lib.compute.platform.config.AsyncJobConfig.Builder
- Sets the provider for JobExecutor instances that will be used to process individual jobs.
- expirationDays(java.lang.Integer) - function in org.veupathdb.lib.compute.platform.config.AsyncJobConfig.Builder
- Sets the number of days a job can go without being accessed before being considered expired and pruned.
- Expired - enum entry in org.veupathdb.lib.compute.platform.job.JobStatus
- expireJob(org.veupathdb.lib.hash_id.HashID) - function in org.veupathdb.lib.compute.platform.AsyncPlatform
- Marks the target job as expired.