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

Optional: If this flag is true the builder will produce a load balancer with an exclusive access to each endpoint & query pair.

That means once a virtual user acquires a pair any other virtual user won't get the same pair until that user comes for the next pair.

Returns
Builder this
See Also
ExclusiveAccessLoadBalancer

Definition at line 87 of file JLoadBalancer.java.

87  {
88  this.exclusiveAccess = true;
89  return this;
90  }