Package jline.lang.sections
Class Dispatcher
java.lang.Object
jline.lang.Element
jline.lang.NetworkElement
jline.lang.sections.Section
jline.lang.sections.OutputSection
jline.lang.sections.Dispatcher
- All Implemented Interfaces:
Serializable,Copyable
Output section that routes jobs to nodes
- See Also:
-
Field Summary
Fields inherited from class jline.lang.sections.OutputSection
outputStrategies, schedPolicy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitDispatcherJobClasses(List<JobClass> customerClasses) voidinitDispatcherJobClassesPreservingRouted(List<JobClass> customerClasses) Reset to DISABLED only those classes that currently lack a meaningful routing strategy (i.e.Methods inherited from class jline.lang.sections.OutputSection
getOutputStrategies, getOutputStrategyByClass, printSummary, probabilityUpdate, resetDisabledOutputStrategy, resetRouting, setKchoicesParams, setOutputStrategy, setOutputStrategyMethods inherited from class jline.lang.sections.Section
getClassName
-
Constructor Details
-
Dispatcher
-
-
Method Details
-
initDispatcherJobClasses
-
initDispatcherJobClassesPreservingRouted
Reset to DISABLED only those classes that currently lack a meaningful routing strategy (i.e. that are already DISABLED or absent). Classes that have been configured beforelink()runs — e.g. byCache.setRetrievalSystem's auto-generated routing on the retrieval ClassSwitch — are preserved. Called byNetwork.link(jline.lang.RoutingMatrix)during the pre-application clearing step.
-