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 ImagingTask
ImagingTaskProcessor. 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 void
ImagingTaskProcessor. notifyTaskCompleted(ImagingTask task)
Notifies that a task has been completed.void
ImagingTaskProcessor. post(ImagingTask task)
Posts a new task into the queue.void
ImagingTaskProcessor. postWithPriority(ImagingTask task)
Method parameters in it.tidalwave.image.processor with type arguments of type ImagingTask Modifier and Type Method Description int
ImagingTaskProcessor. getCompletedTaskCount(java.lang.Class<? extends ImagingTask> taskClass)
Returns the number of completed tasks of the given class.int
ImagingTaskProcessor. getPendingTaskCount(java.lang.Class<? extends ImagingTask> taskClass)
Returns the number of pending tasks of the given class.int
ImagingTaskProcessor. getRunningTaskCount(java.lang.Class<? extends ImagingTask> taskClass)
Returns the number of running tasks of the given class.void
ImagingTaskProcessor. post(java.util.Collection<? extends ImagingTask> tasks)
Posts a new task into the queue.void
ImagingTaskProcessor. 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 ImagingTask
ImagingTaskProcessorEvent. getTask()
Constructors in it.tidalwave.image.processor.event with parameters of type ImagingTask Constructor Description ImagingTaskProcessorEvent(ImagingTaskProcessor imagingTaskProcessor, java.io.Serializable workerId, ImagingTask task)
-