Class MappingWorksheet.WorkChunk

    • Field Detail

      • 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

        public final MappingWorksheet.ExecutorChunk lastBuiltOn
        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.