Uses of Enum
one.nio.os.SchedulingPolicy
Packages that use SchedulingPolicy
-
Uses of SchedulingPolicy in one.nio.async
Constructors in one.nio.async with parameters of type SchedulingPolicyModifierConstructorDescriptionCustomThreadFactory(String name, boolean daemon, SchedulingPolicy schedulingPolicy) -
Uses of SchedulingPolicy in one.nio.os
Methods 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.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)