Uses of Interface
org.apache.maven.surefire.junitcore.pc.Balancer

Packages that use Balancer
org.apache.maven.surefire.junitcore.pc   
 

Uses of Balancer in org.apache.maven.surefire.junitcore.pc
 

Methods in org.apache.maven.surefire.junitcore.pc that return Balancer
static Balancer BalancerFactory.createBalancer(int concurrency)
          Balancer without fairness.
static Balancer BalancerFactory.createBalancerWithFairness(int concurrency)
          Balancer with fairness.
static Balancer BalancerFactory.createInfinitePermitsBalancer()
          Infinite permits.
 

Constructors in org.apache.maven.surefire.junitcore.pc with parameters of type Balancer
Scheduler(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 by balancer against other groups of schedulers.
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.