Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
Builder com.griddynamics.jagger.user.test.configurations.loadbalancer.JLoadBalancer.Builder.withRandomSeed ( long  seed)

Optional: Calling this setter will produce a load balancer which randomly picks an endpoint & query pair to provide with random seed specified by parameter seed.

Parameters
seedthe initial seed of Random (look at Random#Random(long))
Returns
Builder this

Definition at line 74 of file JLoadBalancer.java.

Referenced by JLoadScenarioProvider.exampleJaggerLoadScenario().

74  {
75  this.seed = seed;
76  return this;
77  }

Here is the caller graph for this function: