Class AcquiredJobs
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
- Author:
- Tom Baeyens, Daniel Meyer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected intprotected int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddJobIdBatch(String jobId) voidaddJobIdBatch(List<String> jobIds) booleanintintvoidremoveJobId(String id) intsize()
- 
Field Details- 
numberOfJobsAttemptedToAcquireprotected int numberOfJobsAttemptedToAcquire
- 
acquiredJobBatches
- 
acquiredJobs
- 
numberOfJobsFailedToLockprotected int numberOfJobsFailedToLock
 
- 
- 
Constructor Details- 
AcquiredJobspublic AcquiredJobs(int numberOfJobsAttemptedToAcquire) 
 
- 
- 
Method Details- 
getJobIdBatches
- 
addJobIdBatch
- 
addJobIdBatch
- 
contains
- 
sizepublic int size()
- 
removeJobId
- 
getNumberOfJobsFailedToLockpublic int getNumberOfJobsFailedToLock()
- 
getNumberOfJobsAttemptedToAcquirepublic int getNumberOfJobsAttemptedToAcquire()
 
-