Uses of Interface
ai.preferred.venom.job.Job
-
Packages that use Job Package Description ai.preferred.venom.job -
-
Uses of Job in ai.preferred.venom.job
Classes in ai.preferred.venom.job that implement Job Modifier and Type Class Description classBasicJobMethods in ai.preferred.venom.job that return Job Modifier and Type Method Description JobAbstractQueueScheduler. peek()JobFIFOScheduler. poll()JobFIFOScheduler. poll(long timeout, java.util.concurrent.TimeUnit unit)JobLazyScheduler. poll()JobLazyScheduler. poll(long time, java.util.concurrent.TimeUnit unit)JobPriorityQueueScheduler. poll()JobPriorityQueueScheduler. poll(long timeout, java.util.concurrent.TimeUnit unit)JobAbstractQueueScheduler. take()Methods in ai.preferred.venom.job that return types with arguments of type Job Modifier and Type Method Description java.util.Iterator<Job>AbstractQueueScheduler. iterator()Methods in ai.preferred.venom.job with parameters of type Job Modifier and Type Method Description intBasicJob. compareTo(Job job)booleanAbstractQueueScheduler. offer(Job job)booleanFIFOScheduler. offer(Job job, long timeout, java.util.concurrent.TimeUnit unit)booleanLazyScheduler. offer(Job job, long timeout, java.util.concurrent.TimeUnit unit)booleanPriorityQueueScheduler. offer(Job job, long timeout, java.util.concurrent.TimeUnit unit)voidFIFOScheduler. put(Job job)voidLazyScheduler. put(Job job)voidPriorityQueueScheduler. put(Job job)Method parameters in ai.preferred.venom.job with type arguments of type Job Modifier and Type Method Description intAbstractQueueScheduler. drainTo(java.util.Collection<? super Job> c)intAbstractQueueScheduler. drainTo(java.util.Collection<? super Job> c, int maxElements)Constructor parameters in ai.preferred.venom.job with type arguments of type Job Constructor Description BasicJob(Request request, Handler handler, Priority priority, Priority priorityFloor, java.util.Queue<Job> queue)Constructs a basic job.
-