Uses of Enum
one.nio.os.SchedulingPolicy
Packages that use SchedulingPolicy
-
Uses of SchedulingPolicy in one.nio.async
Fields in one.nio.async declared as SchedulingPolicyModifier and TypeFieldDescriptionprivate final SchedulingPolicyCustomThreadFactory.schedulingPolicyConstructors in one.nio.async with parameters of type SchedulingPolicyModifierConstructorDescriptionCustomThreadFactory(String name, boolean daemon, SchedulingPolicy schedulingPolicy) -
Uses of SchedulingPolicy in one.nio.os
Subclasses with type arguments of type SchedulingPolicy in one.nio.osMethods in one.nio.os that return SchedulingPolicyModifier and TypeMethodDescriptionstatic SchedulingPolicyReturns the enum constant of this type with the specified name.static SchedulingPolicy[]SchedulingPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SchedulingPolicy in one.nio.server
Fields in one.nio.server declared as SchedulingPolicyModifier and TypeFieldDescriptionprotected SchedulingPolicyPayloadThread.schedulingPolicyServerConfig.schedulingPolicyprivate final SchedulingPolicyWorkerPool.schedulingPolicyMethods in one.nio.server that return SchedulingPolicyMethods in one.nio.server with parameters of type SchedulingPolicyModifier and TypeMethodDescriptionfinal voidPayloadThread.setSchedulingPolicy(SchedulingPolicy schedulingPolicy) Constructors in one.nio.server with parameters of type SchedulingPolicyModifierConstructorDescriptionSelectorThread(int num, int dedicatedCpu, SchedulingPolicy schedulingPolicy, String name) (package private)WorkerPool(int minThreads, int maxThreads, long queueTime, int threadPriority, SchedulingPolicy schedulingPolicy)