com.carrotsearch.ant.tasks.junit4
Class SuiteBalancer.Assignment

java.lang.Object
  extended by com.carrotsearch.ant.tasks.junit4.SuiteBalancer.Assignment
Enclosing interface:
SuiteBalancer

public static final class SuiteBalancer.Assignment
extends Object


Field Summary
 int estimatedCost
          Estimated cost; informational only (depends on the balancer).
 int slaveId
          Slave assignment.
 
Constructor Summary
SuiteBalancer.Assignment(int slaveId, int estimatedCost)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

slaveId

public final int slaveId
Slave assignment.


estimatedCost

public final int estimatedCost
Estimated cost; informational only (depends on the balancer). May be zero for balancers which don't use cost at all.

Constructor Detail

SuiteBalancer.Assignment

public SuiteBalancer.Assignment(int slaveId,
                                int estimatedCost)


Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.