Class MappingWorksheet.WorkChunk

All Implemented Interfaces:
Iterable<SubTask>, Collection<SubTask>, List<SubTask>
Enclosing class:
MappingWorksheet

public class MappingWorksheet.WorkChunk extends AbstractList<SubTask>
SubTasks that need to run on the same node.
  • Field Details

    • index

      public final int index
    • assignedLabel

      public final Label assignedLabel
      If this task needs to be run on a node with a particular label, return that Label. Otherwise null, indicating it can run on anywhere.
    • lastBuiltOn

      @Deprecated public final MappingWorksheet.ExecutorChunk lastBuiltOn
      Deprecated.
      Unused.
      If the previous execution of this task run on a certain node and this task prefers to run on the same node, return that. Otherwise null.
    • base

      protected final List<SubTask> base
  • Method Details