![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
specifies the scheduling class used by the Operating System, which may be DEFAULT, REALTIME or TIMESHARING. More...
Public Attributes | |
DEFAULT | |
REALTIME | |
TIMESHARING | |
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.
org.opensplice.dds.core.policy.Scheduling.SchedulingClass.DEFAULT |
Definition at line 102 of file Scheduling.java.
org.opensplice.dds.core.policy.Scheduling.SchedulingClass.REALTIME |
Definition at line 102 of file Scheduling.java.
org.opensplice.dds.core.policy.Scheduling.SchedulingClass.TIMESHARING |
Definition at line 102 of file Scheduling.java.