Uses of Interface
org.apache.maven.surefire.junitcore.pc.Balancer
Packages that use Balancer
-
Uses of Balancer in org.apache.maven.surefire.junitcore.pc
Classes in org.apache.maven.surefire.junitcore.pc that implement BalancerModifier and TypeClassDescription(package private) final class
This balancer implementsBalancer
and does not do anything -no blocking operation.(package private) final class
Fields in org.apache.maven.surefire.junitcore.pc declared as BalancerMethods in org.apache.maven.surefire.junitcore.pc that return BalancerModifier and TypeMethodDescriptionprivate static Balancer
BalancerFactory.balancer
(int concurrency, boolean fairness) static Balancer
BalancerFactory.createBalancer
(int concurrency) Balancer without fairness.static Balancer
BalancerFactory.createBalancerWithFairness
(int concurrency) Balancer with fairness.static Balancer
BalancerFactory.createInfinitePermitsBalancer()
Infinite permits.Methods in org.apache.maven.surefire.junitcore.pc with parameters of type BalancerModifier and TypeMethodDescriptionprivate Scheduler
ParallelComputerBuilder.PC.createScheduler
(org.junit.runner.Description desc, ExecutorService pool, boolean doParallel, Balancer concurrency) Constructors in org.apache.maven.surefire.junitcore.pc with parameters of type BalancerModifierConstructorDescriptionScheduler
(ConsoleLogger logger, org.junit.runner.Description description, Scheduler masterScheduler, SchedulingStrategy strategy, Balancer balancer) Can be used by e.g.Scheduler
(ConsoleLogger logger, org.junit.runner.Description description, SchedulingStrategy strategy, Balancer balancer) New instances should be used by schedulers with limited concurrency bybalancer
against other groups of schedulers.