Uses of Interface
org.apache.maven.surefire.junitcore.pc.Balancer
Packages that use Balancer
-
Uses of Balancer in org.apache.maven.surefire.junitcore.pc
Methods in org.apache.maven.surefire.junitcore.pc that return BalancerModifier and TypeMethodDescriptionstatic BalancerBalancerFactory.createBalancer(int concurrency) Balancer without fairness.static BalancerBalancerFactory.createBalancerWithFairness(int concurrency) Balancer with fairness.static BalancerBalancerFactory.createInfinitePermitsBalancer()Infinite permits.Constructors in org.apache.maven.surefire.junitcore.pc with parameters of type BalancerModifierConstructorDescriptionScheduler(org.apache.maven.plugin.surefire.log.api.ConsoleLogger logger, org.junit.runner.Description description, Scheduler masterScheduler, SchedulingStrategy strategy, Balancer balancer) Can be used by e.g.Scheduler(org.apache.maven.plugin.surefire.log.api.ConsoleLogger logger, org.junit.runner.Description description, SchedulingStrategy strategy, Balancer balancer) New instances should be used by schedulers with limited concurrency bybalanceragainst other groups of schedulers.