|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.kwfgrid.gwes.operationmapper.OperationMapper
net.kwfgrid.gwes.prorater.AbstractProrater
public abstract class AbstractProrater
A Prorater is a simple kind of a load balancer aiming to maximize a homogeneous load by prorating the activities among computing nodes. The priority property of the activities is the dominant criterium for prorating. Nodes with a quality below resource.prorater.min_quality are skiped until its quality grows. The quality (in [0,1]) is a monotone reciprocal function of the load.
| Method Summary | |
|---|---|
boolean |
processTransition(GenericWorkflowHandler handler,
net.kwfgrid.gworkflowdl.structure.Transition transition)
Maps the operation contained in the specified transition to a less abstract level. |
boolean |
processTransitions(GenericWorkflowHandler handler,
ArrayList<net.kwfgrid.gworkflowdl.structure.Transition> transitions)
Maps the operation contained in the specified list of transitions to a less abstract level. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean processTransition(GenericWorkflowHandler handler,
net.kwfgrid.gworkflowdl.structure.Transition transition)
throws OperationMapperException
OperationMapper
processTransition in class OperationMapperhandler - The parent workflow handler.
true if a mapping was possible, false otherwise.
OperationMapperException
public boolean processTransitions(GenericWorkflowHandler handler,
ArrayList<net.kwfgrid.gworkflowdl.structure.Transition> transitions)
throws OperationMapperException
OperationMapper
processTransitions in class OperationMapperhandler - The parent workflow handler.transitions - The list of transitions.
true if a mapping was possible, false otherwise.
OperationMapperException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||