21 package org.opensplice.dds.core.policy;
102 DEFAULT, REALTIME, TIMESHARING
Scheduling withPriority(int priority)
Copy this policy and override the value of the priority that will be assigned to threads spawned by t...
Scheduling withKind(SchedulingKind schedulingKind)
Copy this policy and override the value of the property.
Scheduling withSchedulingClass(SchedulingClass schedulingClass)
Copy this policy and override the value of the property.
specifies the priority type, which may be either RELATIVE or ABSOLUTE.
SchedulingClass getSchedulingClass()
Scheduling for the Watchdog thread of a org.omg.dds.domain.DomainParticipant.
This QosPolicy specifies the scheduling parameters that will be used for a thread that is spawned by ...
This class is the abstract root for all the QoS policies.
specifies the scheduling class used by the Operating System, which may be DEFAULT, REALTIME or TIMESHARING.
A QosPolicy interface that implements this marker interface applies to org.omg.dds.domain.DomainParticipant Entities.
Scheduling for the Listener thread of a org.omg.dds.domain.DomainParticipant.