Uses of Class
ai.preferred.venom.job.Job
-
Packages that use Job Package Description ai.preferred.venom.job -
-
Uses of Job in ai.preferred.venom.job
Methods in ai.preferred.venom.job that return Job Modifier and Type Method Description JobLazyScheduler. element()Deprecated.JobAbstractQueueScheduler. peek()JobLazyScheduler. peek()Deprecated.JobFIFOQueueScheduler. poll()JobFIFOQueueScheduler. poll(long timeout, java.util.concurrent.TimeUnit unit)JobLazyPriorityQueueScheduler. poll()JobLazyPriorityQueueScheduler. poll(long time, java.util.concurrent.TimeUnit unit)JobLazyScheduler. poll()Deprecated.JobLazyScheduler. poll(long timeout, java.util.concurrent.TimeUnit unit)Deprecated.JobPriorityQueueScheduler. poll()JobPriorityQueueScheduler. poll(long timeout, java.util.concurrent.TimeUnit unit)JobLazyScheduler. remove()Deprecated.JobJob. setJobAttribute(JobAttribute jobAttribute)Adds or replace the current job attribute if the class of attribute is already present in the map.JobAbstractQueueScheduler. take()JobLazyScheduler. take()Deprecated.Methods in ai.preferred.venom.job that return types with arguments of type Job Modifier and Type Method Description protected java.util.concurrent.BlockingQueue<Job>AbstractQueueScheduler. getQueue()Get the BlockingQueue backing this scheduler.java.util.Iterator<Job>AbstractQueueScheduler. iterator()java.util.Iterator<Job>LazyScheduler. iterator()Deprecated.Methods in ai.preferred.venom.job with parameters of type Job Modifier and Type Method Description booleanLazyScheduler. add(Job job)Deprecated.booleanAbstractPriorityQueueScheduler. offer(Job job)booleanAbstractPriorityQueueScheduler. offer(Job job, long timeout, java.util.concurrent.TimeUnit unit)booleanFIFOQueueScheduler. offer(Job job)booleanFIFOQueueScheduler. offer(Job job, long timeout, java.util.concurrent.TimeUnit unit)booleanLazyScheduler. offer(Job job)Deprecated.booleanLazyScheduler. offer(Job job, long timeout, java.util.concurrent.TimeUnit unit)Deprecated.voidAbstractPriorityQueueScheduler. put(Job job)voidFIFOQueueScheduler. put(Job job)voidLazyScheduler. put(Job job)Deprecated.Method parameters in ai.preferred.venom.job with type arguments of type Job Modifier and Type Method Description booleanLazyScheduler. addAll(java.util.Collection<? extends Job> c)Deprecated.intAbstractQueueScheduler. drainTo(java.util.Collection<? super Job> c)intAbstractQueueScheduler. drainTo(java.util.Collection<? super Job> c, int maxElements)intLazyScheduler. drainTo(java.util.Collection<? super Job> c)Deprecated.intLazyScheduler. drainTo(java.util.Collection<? super Job> c, int maxElements)Deprecated.Constructor parameters in ai.preferred.venom.job with type arguments of type Job Constructor Description AbstractQueueScheduler(java.util.concurrent.BlockingQueue<Job> queue)Constructs an instance of AbstractQueueScheduler.
-