Uses of Enum
jline.lang.constant.JoinStrategy
Packages that use JoinStrategy
Package
Description
Abstractions to declare basic elements of a model.
This package contains constants used in the definition of queueing characteristics
Node parameter specifications and configuration classes.
This package contains the classes used the specify Network objects
Classes that model the individual sections that form a Network node
-
Uses of JoinStrategy in jline.lang
Methods in jline.lang with parameters of type JoinStrategyModifier and TypeMethodDescriptionvoidNetwork.setJoinNodeStrategy(int nodeIdx, JobClass jobClass, JoinStrategy joinStrategy) -
Uses of JoinStrategy in jline.lang.constant
Methods in jline.lang.constant that return JoinStrategyModifier and TypeMethodDescriptionstatic JoinStrategyReturns the enum constant of this type with the specified name.static JoinStrategy[]JoinStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JoinStrategy in jline.lang.nodeparam
Fields in jline.lang.nodeparam with type parameters of type JoinStrategyModifier and TypeFieldDescriptionJoinNodeParam.joinStrategyJoin strategy configuration per job class (e.g., wait-for-all, partial) -
Uses of JoinStrategy in jline.lang.nodes
Methods in jline.lang.nodes with parameters of type JoinStrategyModifier and TypeMethodDescriptionvoidJoin.setStrategy(JobClass jobClass, JoinStrategy joinStrategy) -
Uses of JoinStrategy in jline.lang.sections
Fields in jline.lang.sections with type parameters of type JoinStrategyMethods in jline.lang.sections with parameters of type JoinStrategyModifier and TypeMethodDescriptionvoidJoiner.setStrategy(JobClass jobClass, JoinStrategy joinStrategy)