21 package org.opensplice.dds.domain;
The DomainParticipant object plays several roles:
void setProperty(String key, String value)
This operation sets the property specified by a key value pair.
void createPersistentSnapshot(String partitionExpression, String topicExpression, String uri)
This operation will create a snapshot of all persistent data matching the provided partition and topi...
void deleteHistoricalData(String partitionExpression, String topicExpression)
This operation deletes all historical TRANSIENT and PERSISTENT data that is stored by the durability ...
String getProperty(String key)
This operation looks up the property for a given key in the DomainParticipant, returning the value be...