Uses of Class
offlineProcessing.OfflineTaskGroup.TaskGroupWorker
Packages that use OfflineTaskGroup.TaskGroupWorker
-
Uses of OfflineTaskGroup.TaskGroupWorker in clickDetector.offlineFuncs.eventtasks
Methods in clickDetector.offlineFuncs.eventtasks with parameters of type OfflineTaskGroup.TaskGroupWorkerModifier and TypeMethodDescriptionvoid
EventTaskGroup.runBackgroundTasks
(OfflineTaskGroup.TaskGroupWorker taskGroupWorker) -
Uses of OfflineTaskGroup.TaskGroupWorker in offlineProcessing
Fields in offlineProcessing declared as OfflineTaskGroup.TaskGroupWorkerModifier and TypeFieldDescriptionprotected OfflineTaskGroup.TaskGroupWorker
OfflineTaskGroup.worker
Methods in offlineProcessing with parameters of type OfflineTaskGroup.TaskGroupWorkerModifier and TypeMethodDescriptionvoid
OfflineTaskGroup.processAllData
(OfflineTaskGroup.TaskGroupWorker taskGroupWorker, long startTime, long endTime) Process data between two timesvoid
OfflineTaskGroup.processAllData
(OfflineTaskGroup.TaskGroupWorker taskGroupWorker, ArrayList<long[]> timeChunks) Process all data for a list of time chunks.void
OfflineTaskGroup.processData
(OfflineTaskGroup.TaskGroupWorker taskGroupWorker, int globalProgress, OfflineDataMapPoint mapPoint, long processStartTime, long processEndTime) Called to process data currently in memory.void
OfflineTaskGroup.processLoadedData
(OfflineTaskGroup.TaskGroupWorker taskGroupWorker) void
OfflineTaskGroup.runBackgroundTasks
(OfflineTaskGroup.TaskGroupWorker taskGroupWorker) Move all of the functions out of the TaskGroupWorker class so that they can be overridden / modified in specialist versions of OfflineTaskGroup -
Uses of OfflineTaskGroup.TaskGroupWorker in tethys.tasks
Methods in tethys.tasks with parameters of type OfflineTaskGroup.TaskGroupWorkerModifier and TypeMethodDescriptionvoid
ExportDatablockGroup.runBackgroundTasks
(OfflineTaskGroup.TaskGroupWorker taskGroupWorker) void
ExportDataBlockTask.runEntireTask
(OfflineTaskGroup.TaskGroupWorker taskGroupWorker, ExportDatablockGroup exportDatablockGroup) Called back from modified offlinetaskgroup which will let the detectionshander do all the data load / management in it's own way