Package org.btrplace.scheduler.choco.constraint.mttr.load

Estimators to get the load of a node.
Author:
Fabien Hermenier
  • Interface Summary 
    Interface Description
    GlobalLoadEstimator
    Interface modeling a global load estimator.
  • Class Summary 
    Class Description
    BiggestDimension
    Estimator stating the load of a node is the load of the mostly-loaded dimension.
    Mean
    Load estimator stating the global load is the average of the individual passed load.