Uses of Enum
jline.lang.constant.PollingType
Packages that use PollingType
Package
Description
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 PollingType in jline.lang.constant
Methods in jline.lang.constant that return PollingTypeModifier and TypeMethodDescriptionstatic PollingTypePollingType.fromValue(int value) Converts a numeric value to a PollingType enum value.static PollingTypeReturns the enum constant of this type with the specified name.static PollingType[]PollingType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jline.lang.constant with parameters of type PollingTypeModifier and TypeMethodDescriptionstatic intPollingType.toId(PollingType type) Gets the ID (numeric value) of the polling type.static StringPollingType.toText(PollingType type) Converts a PollingType enum value to its text representation. -
Uses of PollingType in jline.lang.nodeparam
Fields in jline.lang.nodeparam declared as PollingTypeModifier and TypeFieldDescriptionQueueNodeParam.pollingTypePolling type for queues with polling scheduling strategy. -
Uses of PollingType in jline.lang.nodes
Methods in jline.lang.nodes with parameters of type PollingTypeModifier and TypeMethodDescriptionvoidQueue.setPollingType(PollingType pollingType) Sets the polling type for this queue (only valid for POLLING scheduling strategy).voidQueue.setPollingType(PollingType pollingType, int k) Sets the polling type for this queue with K value for K-LIMITED (only valid for POLLING scheduling strategy). -
Uses of PollingType in jline.lang.sections
Methods in jline.lang.sections that return PollingTypeMethods in jline.lang.sections with parameters of type PollingTypeModifier and TypeMethodDescriptionvoidPollingServer.setPollingType(PollingType pollingType) Sets the polling type for this polling server.voidPollingServer.setPollingType(PollingType pollingType, int k) Sets the polling type for this polling server with K value for K-LIMITED.