Uses of Class
it.tidalwave.image.processor.ImagingTask
-
Packages that use ImagingTask Package Description it.tidalwave.image.processor it.tidalwave.image.processor.event -
-
Uses of ImagingTask in it.tidalwave.image.processor
Methods in it.tidalwave.image.processor with type parameters of type ImagingTask Modifier and Type Method Description <T extends ImagingTask>
java.util.Collection<T>ImagingTaskProcessor. cancellPendingTasks(java.lang.Class<T> taskClass)Cancels all the pending tasks of the given type.<T extends ImagingTask>
TImagingTaskProcessor. popCompletedTask(java.lang.Class<T> taskClass)Pops a completed task out of the list.Methods in it.tidalwave.image.processor that return ImagingTask Modifier and Type Method Description protected ImagingTaskImagingTaskProcessor. getNextTask(java.io.Serializable workerId, boolean remoteExecution)Returns the next pending task to execute.Methods in it.tidalwave.image.processor with parameters of type ImagingTask Modifier and Type Method Description protected voidImagingTaskProcessor. notifyTaskCompleted(ImagingTask task)Notifies that a task has been completed.voidImagingTaskProcessor. post(ImagingTask task)Posts a new task into the queue.voidImagingTaskProcessor. postWithPriority(ImagingTask task)Method parameters in it.tidalwave.image.processor with type arguments of type ImagingTask Modifier and Type Method Description intImagingTaskProcessor. getCompletedTaskCount(java.lang.Class<? extends ImagingTask> taskClass)Returns the number of completed tasks of the given class.intImagingTaskProcessor. getPendingTaskCount(java.lang.Class<? extends ImagingTask> taskClass)Returns the number of pending tasks of the given class.intImagingTaskProcessor. getRunningTaskCount(java.lang.Class<? extends ImagingTask> taskClass)Returns the number of running tasks of the given class.voidImagingTaskProcessor. post(java.util.Collection<? extends ImagingTask> tasks)Posts a new task into the queue.voidImagingTaskProcessor. postWithPriority(java.util.Collection<? extends ImagingTask> tasks) -
Uses of ImagingTask in it.tidalwave.image.processor.event
Methods in it.tidalwave.image.processor.event that return ImagingTask Modifier and Type Method Description ImagingTaskImagingTaskProcessorEvent. getTask()Constructors in it.tidalwave.image.processor.event with parameters of type ImagingTask Constructor Description ImagingTaskProcessorEvent(ImagingTaskProcessor imagingTaskProcessor, java.io.Serializable workerId, ImagingTask task)
-