Uses of Enum
jline.lang.constant.SchedStrategyType
Packages that use SchedStrategyType
Package
Description
This package contains constants used in the definition of queueing characteristics
This package contains the classes used the specify Network objects
Classes that model the individual sections that form a Network node
-
Uses of SchedStrategyType in jline.lang.constant
Methods in jline.lang.constant that return SchedStrategyTypeModifier and TypeMethodDescriptionstatic SchedStrategyTypeReturns the enum constant of this type with the specified name.static SchedStrategyType[]SchedStrategyType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SchedStrategyType in jline.lang.nodes
Fields in jline.lang.nodes declared as SchedStrategyTypeModifier and TypeFieldDescriptionprotected SchedStrategyTypeCache.schedPolicyprotected SchedStrategyTypeClassSwitch.schedPolicyprotected SchedStrategyTypeRouter.schedPolicyprotected SchedStrategyTypeServiceNode.schedPolicyMethods in jline.lang.nodes that return SchedStrategyTypeModifier and TypeMethodDescriptionQueue.getSchedPolicy()Gets the scheduling policy type (preemptive or non-preemptive).Methods in jline.lang.nodes with parameters of type SchedStrategyTypeModifier and TypeMethodDescriptionvoidRouter.setSchedPolicy(SchedStrategyType schedPolicy) Sets the scheduling policy type for this router. -
Uses of SchedStrategyType in jline.lang.sections
Fields in jline.lang.sections declared as SchedStrategyTypeModifier and TypeFieldDescriptionCacheClassSwitcher.InputJobClassesObj.schedPolicyprotected SchedStrategyTypeInputSection.schedPolicyprotected SchedStrategyTypeOutputSection.schedPolicyConstructors in jline.lang.sections with parameters of type SchedStrategyTypeModifierConstructorDescriptionInputJobClassesObj(JobClass jobClass, SchedStrategyType schedPolicy, DropStrategy dropStrategy)