http://www.griddynamics.com/schema/jagger
element query-distributor-round-robin

Documentation
                Encapsulates round robin algorithm.
                For input: endpoints [e1, e2] and queries [q1, q2, q3] returns (invoker, query) pairs in following order: (e1, q1), (e2, q2), (e1, q3), (e2, q1), (e1, q2), (e2, q3).
            
Properties
This component is not nillable.

Model
<query-distributor-round-robin
  id = xsd:ID
  parent = xsd:string>

</query-distributor-round-robin>


Attribute Summary
 xsd:IDid
          
 xsd:stringparent
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

parent

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="query-distributor-round-robin" substitutionGroup="query-distributor" type="query-distributor-round-robin">
</xsd:element>


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