urn:schemas-cosylab-com:BulkDataNTReceiver:1.0
complexType databaseQosPolicy

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:BulkDataNTReceiver:1.0}databaseQosPolicy (restriction)

Documentation
                <<RTI Extension>>
                The DATABASE QoS policy configures the internal "database"
                (thread and data structures)
                used by RTI Data Distribution Service to hold information about locally created
                DDS entities and remote entities that are discovered through the discovery process.
            
Properties
This component is not nillable.

Model
<...>
(thread? ; shutdown_timeout? ; cleanup_period? ; shutdown_cleanup_period? ; initial_records? ; max_skiplist_level? ; table_allocation_block_size? ; initial_weak_references? ; max_weak_references?)
</...>


Nested Element Summary
durationcleanup_period
          
positiveIntegerinitial_records
          
positiveIntegerinitial_weak_references
          
positiveIntegermax_skiplist_level
          
positiveInteger_UNLIMITEDmax_weak_references
          
durationshutdown_cleanup_period
          
durationshutdown_timeout
          
positiveIntegertable_allocation_block_size
          
threadSettingsthread
          
Source
<xs:complexType name="databaseQosPolicy">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="thread" type="threadSettings"/>
<xs:element maxOccurs="1" minOccurs="0" name="shutdown_timeout" type="duration"/>
<xs:element maxOccurs="1" minOccurs="0" name="cleanup_period" type="duration"/>
<xs:element maxOccurs="1" minOccurs="0" name="shutdown_cleanup_period" type="duration"/>
<xs:element maxOccurs="1" minOccurs="0" name="initial_records" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_skiplist_level" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="table_allocation_block_size" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="initial_weak_references" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_weak_references" type="positiveInteger_UNLIMITED"/>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.