Package jline.lang.sections
Class Forker
-
- All Implemented Interfaces:
-
java.io.Serializable
,jline.lang.Copyable
public class Forker extends OutputSection
Output section that forks incoming jobs into sibling tasks
-
-
Field Summary
Fields Modifier and Type Field Description public double
taskPerLink
protected List<JobClass>
jobClasses
protected SchedStrategyType
schedPolicy
protected List<OutputStrategy>
outputStrategies
public String
className
protected String
name
-
Method Summary
Modifier and Type Method Description void
setOutputStrategy(JobClass jobClass, RoutingStrategy routingStrategy, Node destination, double probability)
-
Methods inherited from class jline.lang.sections.Section
getClassName
-
Methods inherited from class jline.lang.sections.OutputSection
getOutputStrategies, getOutputStrategyByClass, printSummary, probabilityUpdate, resetRouting, setOutputStrategy
-
Methods inherited from class jline.lang.Element
getName, setName
-
Methods inherited from class jline.lang.Copyable
copy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setOutputStrategy
void setOutputStrategy(JobClass jobClass, RoutingStrategy routingStrategy, Node destination, double probability)
-
-
-
-