Class TaskPartitionerFactoringCmax


public class TaskPartitionerFactoringCmax extends TaskPartitionerFactoring
Factoring with maximum constraint (e.g., if LIX matrix out-of-core and we need to bound the maximum number of iterations per map task -> memory bounds)
  • Constructor Details

    • TaskPartitionerFactoringCmax

      public TaskPartitionerFactoringCmax(long taskSize, int numThreads, long constraint, String iterVarName, IntObject fromVal, IntObject toVal, IntObject incrVal)