Uses of Class
one.nio.os.SchedulingPolicy
-
Packages that use SchedulingPolicy Package Description one.nio.async one.nio.os one.nio.server -
-
Uses of SchedulingPolicy in one.nio.async
Constructors in one.nio.async with parameters of type SchedulingPolicy Constructor Description CustomThreadFactory(String name, boolean daemon, SchedulingPolicy schedulingPolicy) -
Uses of SchedulingPolicy in one.nio.os
Methods in one.nio.os that return SchedulingPolicy Modifier and Type Method Description static SchedulingPolicySchedulingPolicy. valueOf(String name)Returns 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 SchedulingPolicy Modifier and Type Field Description protected SchedulingPolicyPayloadThread. schedulingPolicySchedulingPolicyServerConfig. schedulingPolicyMethods in one.nio.server that return SchedulingPolicy Modifier and Type Method Description SchedulingPolicyPayloadThread. schedulingPolicy()Methods in one.nio.server with parameters of type SchedulingPolicy Modifier and Type Method Description voidPayloadThread. setSchedulingPolicy(SchedulingPolicy schedulingPolicy)Constructors in one.nio.server with parameters of type SchedulingPolicy Constructor Description SelectorThread(int num, int dedicatedCpu, SchedulingPolicy schedulingPolicy)
-