Class ScheduleResult
- java.lang.Object
-
- uk.co.ractf.polaris.controller.scheduler.ScheduleResult
-
public class ScheduleResult extends java.lang.ObjectThe result of a singleTaskbeing 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 intgetEligibleNodes()intgetEvaluatedNodes()java.util.List<java.lang.String>getFailureReason()uk.co.ractf.polaris.api.node.NodeInfogetNode()booleanisSuccessful()
-