November 2018
Beginner to intermediate
260 pages
6h 12m
English
The ComputeTaskSplitAdapter offers more flexibility over the ComputeTaskAdapter to reduce boilerplate code. This class defines a simplified adapter for ComputeTask where it implements the job mapping to available cluster nodes. We need to consider splitting tasks and returning a list of ComputeJobs. This section implements the ComputeTaskSplitAdapter:
splitlogic loops through the list of clubs and for each club creates a ClubExpenseCalculatorJob instance, adds it to ...
Read now
Unlock full access