![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
LatencyBudgetImpl (OsplServiceEnvironment environment) | |
LatencyBudgetImpl (OsplServiceEnvironment environment, Duration duration) | |
int | compareTo (LatencyBudget o) |
boolean | equals (Object other) |
Duration | getDuration () |
ServiceEnvironment | getEnvironment () |
Class<? extends QosPolicy > | getPolicyClass () |
int | hashCode () |
Comparable< LatencyBudget > | requestedOfferedContract () |
LatencyBudget | withDuration (Duration duration) |
Copy this policy and override the value of the property. More... | |
LatencyBudget | withDuration (long duration, TimeUnit unit) |
Copy this policy and override the value of the property. More... | |
Protected Attributes | |
OsplServiceEnvironment | environment |
Definition at line 31 of file LatencyBudgetImpl.java.
org.opensplice.dds.core.policy.LatencyBudgetImpl.LatencyBudgetImpl | ( | OsplServiceEnvironment | environment | ) |
Definition at line 35 of file LatencyBudgetImpl.java.
org.opensplice.dds.core.policy.LatencyBudgetImpl.LatencyBudgetImpl | ( | OsplServiceEnvironment | environment, |
Duration | duration | ||
) |
Definition at line 40 of file LatencyBudgetImpl.java.
int org.opensplice.dds.core.policy.LatencyBudgetImpl.compareTo | ( | LatencyBudget | o | ) |
Definition at line 57 of file LatencyBudgetImpl.java.
boolean org.opensplice.dds.core.policy.LatencyBudgetImpl.equals | ( | Object | other | ) |
Definition at line 62 of file LatencyBudgetImpl.java.
Duration org.opensplice.dds.core.policy.LatencyBudgetImpl.getDuration | ( | ) |
Implements org.omg.dds.core.policy.LatencyBudget.
Definition at line 70 of file LatencyBudgetImpl.java.
|
inherited |
Implements org.omg.dds.core.DDSObject.
Definition at line 40 of file QosPolicyImpl.java.
Class<? extends QosPolicy> org.opensplice.dds.core.policy.LatencyBudgetImpl.getPolicyClass | ( | ) |
Definition at line 86 of file LatencyBudgetImpl.java.
int org.opensplice.dds.core.policy.LatencyBudgetImpl.hashCode | ( | ) |
Definition at line 91 of file LatencyBudgetImpl.java.
Comparable<LatencyBudget> org.opensplice.dds.core.policy.LatencyBudgetImpl.requestedOfferedContract | ( | ) |
Definition at line 52 of file LatencyBudgetImpl.java.
LatencyBudget org.opensplice.dds.core.policy.LatencyBudgetImpl.withDuration | ( | Duration | duration | ) |
Copy this policy and override the value of the property.
duration | Specifies a duration for the maximum acceptable additional delay from the time the data is written until the data is delivered. |
Implements org.omg.dds.core.policy.LatencyBudget.
Definition at line 75 of file LatencyBudgetImpl.java.
LatencyBudget org.opensplice.dds.core.policy.LatencyBudgetImpl.withDuration | ( | long | duration, |
TimeUnit | unit | ||
) |
Copy this policy and override the value of the property.
duration | Specifies a long duration for the maximum acceptable additional delay from the time the data is written until the data is delivered. |
unit | The TimeUnit which the duration describes (i.e. TimeUnit.SECONDS or TimeUnit.MILLISECONDS) |
Implements org.omg.dds.core.policy.LatencyBudget.
Definition at line 80 of file LatencyBudgetImpl.java.
|
protectedinherited |
Definition at line 29 of file QosPolicyImpl.java.