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 TypeMethodDescriptionvoidEventTaskGroup.runBackgroundTasks(OfflineTaskGroup.TaskGroupWorker taskGroupWorker)  - 
Uses of OfflineTaskGroup.TaskGroupWorker in offlineProcessing
Fields in offlineProcessing declared as OfflineTaskGroup.TaskGroupWorkerModifier and TypeFieldDescriptionprotected OfflineTaskGroup.TaskGroupWorkerOfflineTaskGroup.workerMethods in offlineProcessing with parameters of type OfflineTaskGroup.TaskGroupWorkerModifier and TypeMethodDescriptionvoidOfflineTaskGroup.processAllData(OfflineTaskGroup.TaskGroupWorker taskGroupWorker, long startTime, long endTime) Process data between two timesvoidOfflineTaskGroup.processAllData(OfflineTaskGroup.TaskGroupWorker taskGroupWorker, ArrayList<long[]> timeChunks) Process all data for a list of time chunks.voidOfflineTaskGroup.processData(OfflineTaskGroup.TaskGroupWorker taskGroupWorker, int globalProgress, OfflineDataMapPoint mapPoint, long processStartTime, long processEndTime) Called to process data currently in memory.voidOfflineTaskGroup.processLoadedData(OfflineTaskGroup.TaskGroupWorker taskGroupWorker) voidOfflineTaskGroup.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 TypeMethodDescriptionvoidExportDatablockGroup.runBackgroundTasks(OfflineTaskGroup.TaskGroupWorker taskGroupWorker) voidExportDataBlockTask.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