http://www.griddynamics.com/schema/jagger
complexType queryDistributorRandomAbstract

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.griddynamics.com/schema/jagger}identifiedType (restriction)
|
+--{http://www.griddynamics.com/schema/jagger}basicType (extension)
|
+--{http://www.griddynamics.com/schema/jagger}queryDistributorAbstract (extension)
|
+--{http://www.griddynamics.com/schema/jagger}queryDistributorRandomAbstract (extension)

Documentation
            Extension of queryDistributorAbstract complexType.
            "randomSeed" attribute added. Should be positive long type.
            This attribute will not influence on work of distributor, but execution order of pairs
        
Properties
This component is not nillable.

Model
<...
  id = xsd:ID
  parent = xsd:string
  randomSeed = xsd:string>

</...>


Attribute Summary
 xsd:IDid
           Id of the element  
 xsd:stringparent
          
 xsd:stringrandomSeed
          When this attribute set , each thread will randomly choose pair in pair collection with help of Random class object with seed calculated from specified randomSeed: for every new thread: 1. 

Attribute Detail

id

Id of the element

Type:
xsd:ID
Use:
optional
Form:
unqualified

parent

Type:
xsd:string
Use:
optional
Form:
unqualified

randomSeed

When this attribute set , each thread will randomly choose pair in pair collection with help of Random class object with seed calculated from specified randomSeed: for every new thread: 1. seed = randomSeed; 2. randomSeed ++; Pair is (endpoint, query).

Type:
xsd:string
Use:
optional
Form:
unqualified

Sub Types
{http://www.griddynamics.com/schema/jagger}queryDistributorRandomAbstract (extension)
|
+--{http://www.griddynamics.com/schema/jagger}query-distributor-one-by-one (extension)
|
+--{http://www.griddynamics.com/schema/jagger}query-distributor-round-robin (extension)

Source
<xsd:complexType abstract="true" name="queryDistributorRandomAbstract">
<xsd:complexContent>
<xsd:extension base="queryDistributorAbstract">
<xsd:attribute name="randomSeed" type="xsd:string">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>


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