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

Public Member Functions

QueryPoolLoadBalancer build ()
 
 Builder (DefaultLoadBalancer loadBalancer)
 Creates Builder of load balancer. More...
 
Builder withExclusiveAccess ()
 Optional: If this flag is true the builder will produce a load balancer with an exclusive access to each endpoint & query pair. More...
 
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. More...
 
Builder withUniqueAccess ()
 Optional: If this flag is true the builder will produce a load balancer which provides each pair only once (does only one iteration over a sequence of those pairs) More...
 

Detailed Description

Definition at line 50 of file JLoadBalancer.java.


The documentation for this class was generated from the following file: