Uses of Class
org.inria.myriads.snoozenode.groupmanager.estimator.enums.Estimator

Packages that use Estimator
org.inria.myriads.snoozenode.configurator.estimator   
org.inria.myriads.snoozenode.groupmanager.estimator.enums   
 

Uses of Estimator in org.inria.myriads.snoozenode.configurator.estimator
 

Methods in org.inria.myriads.snoozenode.configurator.estimator that return Estimator
 Estimator EstimatorPolicy.getCPU()
          Returns the CPU demand estimator.
 Estimator EstimatorPolicy.getMemory()
          Returns the memory demand estimator.
 Estimator EstimatorPolicy.getNetwork()
          Returns the network demand estimator.
 

Methods in org.inria.myriads.snoozenode.configurator.estimator with parameters of type Estimator
 void EstimatorPolicy.setCPU(Estimator cpu)
          Sets the CPU demand estimator.
 void EstimatorPolicy.setMemory(Estimator memory)
          Sets the memory demand estimator.
 void EstimatorPolicy.setNetwork(Estimator network)
          Sets the network demand estimator.
 

Uses of Estimator in org.inria.myriads.snoozenode.groupmanager.estimator.enums
 

Methods in org.inria.myriads.snoozenode.groupmanager.estimator.enums that return Estimator
static Estimator Estimator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Estimator[] Estimator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.