Class ScheduleResult
- java.lang.Object
-
- uk.co.ractf.polaris.controller.scheduler.ScheduleResult
-
public class ScheduleResult extends java.lang.Object
The result of a singleTask
being scheduled.
-
-
Constructor Summary
Constructors Constructor Description ScheduleResult(uk.co.ractf.polaris.api.node.NodeInfo node, boolean successful, int evaluatedNodes, int eligibleNodes, java.util.List<java.lang.String> failureReason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEligibleNodes()
int
getEvaluatedNodes()
java.util.List<java.lang.String>
getFailureReason()
uk.co.ractf.polaris.api.node.NodeInfo
getNode()
boolean
isSuccessful()
-