Uses of Class
org.eclipse.epsilon.erl.execute.data.JobBatch
Packages that use JobBatch
-
Uses of JobBatch in org.eclipse.epsilon.erl
Methods in org.eclipse.epsilon.erl that return types with arguments of type JobBatchModifier and TypeMethodDescriptionIErlModuleAtomBatches.getBatchJobs(int batchSize) Splits the job list (as returned fromIErlModuleAtomBatches.getAllJobs()into the specified number of batches. -
Uses of JobBatch in org.eclipse.epsilon.erl.execute.data
Methods in org.eclipse.epsilon.erl.execute.data that return JobBatchMethods in org.eclipse.epsilon.erl.execute.data that return types with arguments of type JobBatchModifier and TypeMethodDescriptionJobBatch.getBatches(int totalJobs, int chunks) Provides a List of indices based on the desired split size.