Interface FilterPlugin

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FilterResult filter​(uk.co.ractf.polaris.api.task.Task task, uk.co.ractf.polaris.api.node.NodeInfo nodeInfo)
      Can the task run on the node?
      • Methods inherited from interface uk.co.ractf.polaris.controller.scheduler.Plugin

        getName
    • Method Detail

      • filter

        FilterResult filter​(uk.co.ractf.polaris.api.task.Task task,
                            uk.co.ractf.polaris.api.node.NodeInfo nodeInfo)
        Can the task run on the node?
        Parameters:
        task - the task
        nodeInfo - the node
        Returns:
        if the task can run