Class FilterResult
- java.lang.Object
-
- uk.co.ractf.polaris.controller.scheduler.FilterResult
-
public class FilterResult extends java.lang.Object
Represents the result of a filter plugin, if a node can be scheduled onto, and if not, can it be resolved and reasons why.
-
-
Field Summary
Fields Modifier and Type Field Description static FilterResult
SCHEDULABLE
-
Constructor Summary
Constructors Constructor Description FilterResult(boolean schedulable, boolean resolvable, java.util.List<java.lang.String> reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getReason()
boolean
isResolvable()
boolean
isSchedulable()
-
-
-
Field Detail
-
SCHEDULABLE
public static FilterResult SCHEDULABLE
-
-