Uses of Interface
org.apache.maven.surefire.junitcore.pc.Balancer
-
Packages that use Balancer Package Description org.apache.maven.surefire.junitcore.pc -
-
Uses of Balancer in org.apache.maven.surefire.junitcore.pc
Classes in org.apache.maven.surefire.junitcore.pc that implement Balancer Modifier and Type Class Description (package private) classNullBalancerThis balancer implementsBalancerand does not do anything -no blocking operation.(package private) classThreadResourcesBalancerFields in org.apache.maven.surefire.junitcore.pc declared as Balancer Modifier and Type Field Description private BalancerScheduler. balancerMethods in org.apache.maven.surefire.junitcore.pc that return Balancer Modifier and Type Method Description private static BalancerBalancerFactory. balancer(int concurrency, boolean fairness)static BalancerBalancerFactory. createBalancer(int concurrency)Balancer without fairness.static BalancerBalancerFactory. createBalancerWithFairness(int concurrency)Balancer with fairness.static BalancerBalancerFactory. createInfinitePermitsBalancer()Infinite permits.Methods in org.apache.maven.surefire.junitcore.pc with parameters of type Balancer Modifier and Type Method Description private SchedulerParallelComputerBuilder.PC. createScheduler(org.junit.runner.Description desc, java.util.concurrent.ExecutorService pool, boolean doParallel, Balancer concurrency)Constructors in org.apache.maven.surefire.junitcore.pc with parameters of type Balancer Constructor Description Scheduler(ConsoleStream logger, org.junit.runner.Description description, Scheduler masterScheduler, SchedulingStrategy strategy, Balancer balancer)Can be used by e.g.Scheduler(ConsoleStream logger, org.junit.runner.Description description, SchedulingStrategy strategy, Balancer balancer)New instances should be used by schedulers with limited concurrency by balancer against other groups of schedulers.
-