![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
HistoryImpl (OsplServiceEnvironment environment) | |
HistoryImpl (OsplServiceEnvironment environment, Kind kind, int depth) | |
boolean | equals (Object other) |
int | getDepth () |
ServiceEnvironment | getEnvironment () |
Kind | getKind () |
Class<? extends QosPolicy > | getPolicyClass () |
int | hashCode () |
History | withDepth (int depth) |
Copy this policy and override the value of the property. More... | |
History | withKeepAll () |
History | withKeepLast (int depth) |
History | withKind (Kind kind) |
History | withKind (Kind kind) |
Copy this policy and override the value of the property. More... | |
Protected Attributes | |
OsplServiceEnvironment | environment |
Definition at line 28 of file HistoryImpl.java.
org.opensplice.dds.core.policy.HistoryImpl.HistoryImpl | ( | OsplServiceEnvironment | environment | ) |
Definition at line 33 of file HistoryImpl.java.
org.opensplice.dds.core.policy.HistoryImpl.HistoryImpl | ( | OsplServiceEnvironment | environment, |
Kind | kind, | ||
int | depth | ||
) |
Definition at line 39 of file HistoryImpl.java.
boolean org.opensplice.dds.core.policy.HistoryImpl.equals | ( | Object | other | ) |
Definition at line 89 of file HistoryImpl.java.
int org.opensplice.dds.core.policy.HistoryImpl.getDepth | ( | ) |
Implements org.omg.dds.core.policy.History.
Definition at line 56 of file HistoryImpl.java.
|
inherited |
Implements org.omg.dds.core.DDSObject.
Definition at line 40 of file QosPolicyImpl.java.
Kind org.opensplice.dds.core.policy.HistoryImpl.getKind | ( | ) |
Implements org.omg.dds.core.policy.History.
Definition at line 51 of file HistoryImpl.java.
Class<? extends QosPolicy> org.opensplice.dds.core.policy.HistoryImpl.getPolicyClass | ( | ) |
Definition at line 84 of file HistoryImpl.java.
int org.opensplice.dds.core.policy.HistoryImpl.hashCode | ( | ) |
Definition at line 102 of file HistoryImpl.java.
History org.opensplice.dds.core.policy.HistoryImpl.withDepth | ( | int | depth | ) |
Copy this policy and override the value of the property.
depth | Specifies the number of samples of each instance of data (identified by its key) managed by this Entity. |
Implements org.omg.dds.core.policy.History.
Definition at line 66 of file HistoryImpl.java.
History org.opensplice.dds.core.policy.HistoryImpl.withKeepAll | ( | ) |
Implements org.omg.dds.core.policy.History.
Definition at line 72 of file HistoryImpl.java.
History org.opensplice.dds.core.policy.HistoryImpl.withKeepLast | ( | int | depth | ) |
Implements org.omg.dds.core.policy.History.
Definition at line 78 of file HistoryImpl.java.
Definition at line 61 of file HistoryImpl.java.
Copy this policy and override the value of the property.
kind | Specifies the type of history, which may be KEEP_LAST or KEEP_ALL |
|
protectedinherited |
Definition at line 29 of file QosPolicyImpl.java.