Class MappingWorksheet.ExecutorChunk

    • Field Detail

      • index

        public final int index
      • computer

        public final Computer computer
      • node

        public final Node node
      • nodeAcl

        public final ACL nodeAcl
    • Method Detail

      • canAccept

        public boolean canAccept​(MappingWorksheet.WorkChunk c)
        Is this executor chunk and the given work chunk compatible? Can the latter be run on the former?
      • getName

        public String getName()
        Node name.
      • capacity

        public int capacity()
        Number of executors in this chunk. Alias for size but more readable.