Class NodeHasRunner
- java.lang.Object
 - 
- uk.co.ractf.polaris.controller.scheduler.filter.NodeHasRunner
 
 
- 
- All Implemented Interfaces:
 FilterPlugin,Plugin
public class NodeHasRunner extends java.lang.Object implements FilterPlugin
 
- 
- 
Constructor Summary
Constructors Constructor Description NodeHasRunner() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterResultfilter(uk.co.ractf.polaris.api.task.Task task, uk.co.ractf.polaris.api.node.NodeInfo nodeInfo)Can the task run on the node?java.lang.StringgetName() 
 - 
 
- 
- 
Method Detail
- 
filter
public FilterResult filter(uk.co.ractf.polaris.api.task.Task task, uk.co.ractf.polaris.api.node.NodeInfo nodeInfo)
Description copied from interface:FilterPluginCan the task run on the node?- Specified by:
 filterin interfaceFilterPlugin- Parameters:
 task- the tasknodeInfo- the node- Returns:
 - if the task can run
 
 
 - 
 
 -