Uses of Class
it.tidalwave.image.processor.ImagingTaskProcessor
-
Packages that use ImagingTaskProcessor Package Description it.tidalwave.image.processor it.tidalwave.image.processor.event -
-
Uses of ImagingTaskProcessor in it.tidalwave.image.processor
Subclasses of ImagingTaskProcessor in it.tidalwave.image.processor Modifier and Type Class Description class
LocalImagingTaskProcessor
Methods in it.tidalwave.image.processor that return ImagingTaskProcessor Modifier and Type Method Description static ImagingTaskProcessor
ImagingTaskProcessor. getInstance()
Gets the singleton instance of the processor.Methods in it.tidalwave.image.processor with parameters of type ImagingTaskProcessor Modifier and Type Method Description void
ImagingTask. prepare(ImagingTaskProcessor processor)
This method is performed in a local context before the task is scheduled to run - that is, this method is performed in a serialized fashion, possibly on a single computing node (depending on the processing engine).Method parameters in it.tidalwave.image.processor with type arguments of type ImagingTaskProcessor Modifier and Type Method Description static void
ImagingTaskProcessor. setDefault(java.lang.Class<? extends ImagingTaskProcessor> defaultClass)
Sets the default implementation of the ImagingTaskProcessor -
Uses of ImagingTaskProcessor in it.tidalwave.image.processor.event
Constructors in it.tidalwave.image.processor.event with parameters of type ImagingTaskProcessor Constructor Description ImagingTaskProcessorEvent(ImagingTaskProcessor imagingTaskProcessor, java.io.Serializable workerId, ImagingTask task)
-