|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.vremanagement.resourcebroker.impl.planbuilders.PlanBuilderTask
org.gcube.vremanagement.resourcebroker.impl.planbuilders.generictasks.SuggestedGHNTask
public class SuggestedGHNTask
Constructor Summary | |
---|---|
SuggestedGHNTask()
|
Method Summary | |
---|---|
PlanBuilderElem |
makeDecision(PlanBuilderElem input)
By starting from a PlanBuilderElem.getRequest() part, it tries
to assign to the packages having no pre-assigned GHNs, one of the
GHNs globally defined at org.gcube.vremanagement.resourcebroker.utils.serialization.types.PlanRequest level. |
Methods inherited from class org.gcube.vremanagement.resourcebroker.impl.planbuilders.PlanBuilderTask |
---|
setID |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SuggestedGHNTask()
Method Detail |
---|
public final PlanBuilderElem makeDecision(PlanBuilderElem input) throws PlanBuilderException
PlanBuilderElem.getRequest()
part, it tries
to assign to the packages having no pre-assigned GHNs, one of the
GHNs globally defined at org.gcube.vremanagement.resourcebroker.utils.serialization.types.PlanRequest
level.
For each of them takes the ones that have less running instances.
makeDecision
in class PlanBuilderTask
input
- PlanBuilderElem
the required data to make a decision plan.
PlanBuilderElem
with the initial request and response
possibly modified in accordance to the decision making strategy.
PlanBuilderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |