public class AcquiredJobs extends Object
Modifier and Type | Field and Description |
---|---|
protected List<List<String>> |
acquiredJobBatches |
protected Set<String> |
acquiredJobs |
protected int |
numberOfJobsFailedToLock |
Constructor and Description |
---|
AcquiredJobs() |
Modifier and Type | Method and Description |
---|---|
void |
addJobIdBatch(List<String> jobIds) |
boolean |
contains(String jobId) |
List<List<String>> |
getJobIdBatches() |
int |
getNumberOfJobsFailedToLock() |
void |
removeJobId(String id) |
int |
size() |
Copyright © 2015. All rights reserved.