OpenSplice Java 5 DCPS  v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
org.opensplice.dds.core.policy.Scheduling.SchedulingClass Enum Reference

specifies the scheduling class used by the Operating System, which may be DEFAULT, REALTIME or TIMESHARING. More...

Collaboration diagram for org.opensplice.dds.core.policy.Scheduling.SchedulingClass:
Collaboration graph

Public Attributes

 DEFAULT
 
 REALTIME
 
 TIMESHARING
 

Detailed Description

specifies the scheduling class used by the Operating System, which may be DEFAULT, REALTIME or TIMESHARING.

Threads can only be spawned within the scheduling classes that are supported by the underlying Operating System.

Definition at line 101 of file Scheduling.java.

Member Data Documentation

◆ DEFAULT

org.opensplice.dds.core.policy.Scheduling.SchedulingClass.DEFAULT

Definition at line 102 of file Scheduling.java.

◆ REALTIME

org.opensplice.dds.core.policy.Scheduling.SchedulingClass.REALTIME

Definition at line 102 of file Scheduling.java.

◆ TIMESHARING

org.opensplice.dds.core.policy.Scheduling.SchedulingClass.TIMESHARING

Definition at line 102 of file Scheduling.java.


The documentation for this enum was generated from the following file: