RTI Connext Java API Version 7.1.0
|
QoS policies supported by a com.rti.dds.domain.DomainParticipantFactory. More...
Public Member Functions | |
String | toString () |
Overrides the builtin Object.toString method. More... | |
String | toString (DomainParticipantFactoryQos baseQos, QosPrintFormat format) |
Obtains a string representation of a DomainParticipantFactoryQos object. More... | |
String | toString (QosPrintFormat format) |
Obtains a string representation of a DomainParticipantFactoryQos object. More... | |
String | toString (DomainParticipantFactoryQos baseQos) |
Obtains a string representation of a DomainParticipantFactoryQos object. More... | |
![]() | |
final boolean | equals (Object other) |
Public Attributes | |
final EntityFactoryQosPolicy | entity_factory |
Entity factory policy, ENTITY_FACTORY. More... | |
final SystemResourceLimitsQosPolicy | resource_limits |
<<extension>> System resource limits, SYSTEM_RESOURCE_LIMITS. More... | |
final ProfileQosPolicy | profile |
<<extension>> Qos profile policy, PROFILE. More... | |
final LoggingQosPolicy | logging |
<<extension>> Logging qos policy, LOGGING. More... | |
final MonitoringQosPolicy | monitoring |
<<extension>> Monitoring qos policy, MONITORING. More... | |
QoS policies supported by a com.rti.dds.domain.DomainParticipantFactory.
String toString | ( | ) |
Overrides the builtin Object.toString method.
The various toString() overloads allow formatting the output and printing only the differences with respect to another DomainParticipantFactoryQos object.
This overload uses the default print format and only prints the differences between the supplied DomainParticipantFactoryQos and the documented default.
References DomainParticipantFactoryQos.toString().
Referenced by DomainParticipantFactoryQos.toString().
String toString | ( | DomainParticipantFactoryQos | baseQos, |
QosPrintFormat | format | ||
) |
Obtains a string representation of a DomainParticipantFactoryQos object.
format | The print format used to format the output. |
baseQos | Only the differences between baseQos and the Qos object are included in the output string. If you want to print everything within the Qos, use the com.rti.dds.domain.DomainParticipant.DOMAINPARTICIPANTFACTORY_QOS_PRINT_ALL sentinel value. |
This overload prints the differences between the qos and the supplied baseQos. The output string is formatted using the supplied com.rti.dds.infrastructure.QosPrintFormat.
References DomainParticipant.DOMAINPARTICIPANTFACTORY_QOS_PRINT_ALL.
String toString | ( | QosPrintFormat | format | ) |
Obtains a string representation of a DomainParticipantFactoryQos object.
format | The print format used to format the output. |
This overload prints the differences between the qos and the documented. default. The output string is formatted using the supplied com.rti.dds.infrastructure.QosPrintFormat.
References DomainParticipantFactoryQos.toString().
String toString | ( | DomainParticipantFactoryQos | baseQos | ) |
Obtains a string representation of a DomainParticipantFactoryQos object.
baseQos | Only the differences between baseQos and the Qos object are included in the output string. If you want to print everything within the Qos, use the com.rti.dds.domain.DomainParticipant.DOMAINPARTICIPANTFACTORY_QOS_PRINT_ALL sentinel value. |
This overload prints the differences between the qos and the supplied baseQos. The output string is formatted using the default value for com.rti.dds.infrastructure.QosPrintFormat.
References DomainParticipantFactoryQos.toString().
final EntityFactoryQosPolicy entity_factory |
Entity factory policy, ENTITY_FACTORY.
final SystemResourceLimitsQosPolicy resource_limits |
<<extension>> System resource limits, SYSTEM_RESOURCE_LIMITS.
Note: This QoS policy cannot be configured from XML configuration files.
final ProfileQosPolicy profile |
<<extension>> Qos profile policy, PROFILE.
Note: This QoS policy cannot be configured from XML configuration files.
final LoggingQosPolicy logging |
<<extension>> Logging qos policy, LOGGING.
final MonitoringQosPolicy monitoring |
<<extension>> Monitoring qos policy, MONITORING.
This QoS policy is used to collect and emit telemetry data of a Connext application using the RTI Observability Library.