http://www.griddynamics.com/schema/jagger
element scenario-query-pool

Documentation
            This scenario contains such elements - invoker, query-provider, endpoint-provider, query-distributor.
            Query-provider generate list of queries. Endpoint-provider generate list of endpoints.
            Query-distributor describes how to distribute queries by endpoints.
            Invoker invokes a query to load endpoint.
        
Properties
This component is not nillable.

Model
<scenario-query-pool
  calibrationSamplesCount = xsd:int
  id = xsd:ID
  parent = xsd:string>
(invoker? ; query-provider? ; endpoint-provider? ; query-distributor?)
</scenario-query-pool>


Nested Element Summary
endpointProviderAbstractendpoint-provider
          
invokerAbstractinvoker
          
queryDistributorAbstractquery-distributor
          
queryProviderAbstractquery-provider
          

Attribute Summary
 xsd:intcalibrationSamplesCount
          
 xsd:IDid
           Id of the element  
 xsd:stringparent
          

Attribute Detail

calibrationSamplesCount

Type:
xsd:int
Use:
optional
Form:
unqualified

id

Id of the element

Type:
xsd:ID
Use:
optional
Form:
unqualified

parent

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="scenario-query-pool" substitutionGroup="scenario" type="scenario-query-pool">
</xsd:element>


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