Uses of Class
org.apache.wayang.profiler.log.DynamicLoadProfileEstimator
-
Packages that use DynamicLoadProfileEstimator Package Description org.apache.wayang.profiler.log -
-
Uses of DynamicLoadProfileEstimator in org.apache.wayang.profiler.log
Methods in org.apache.wayang.profiler.log that return DynamicLoadProfileEstimator Modifier and Type Method Description static DynamicLoadProfileEstimatorDynamicLoadProfileEstimators. createEstimatorFor(LoadProfileEstimator loadProfileEstimator, Configuration configuration, OptimizationSpace optimizationSpace)Creates aDynamicLoadProfileEstimatoraccording to the givenLoadProfileEstimatorand its nestedLoadProfileEstimators.static DynamicLoadProfileEstimatorDynamicLoadProfileEstimators. createFromTemplate(java.lang.String configKey, java.lang.String specification, OptimizationSpace optimizationSpace)Creates a new instance from a templateString.static DynamicLoadProfileEstimatorDynamicLoadProfileEstimators. wrap(LoadProfileEstimator loadProfileEstimator)Constructor parameters in org.apache.wayang.profiler.log with type arguments of type DynamicLoadProfileEstimator Constructor Description GeneticOptimizer(OptimizationSpace optimizationSpace, java.util.Collection<PartialExecution> observations, java.util.Map<java.lang.String,DynamicLoadProfileEstimator> estimators, java.util.Map<Platform,Variable> platformOverheads, Configuration configuration)Creates a new instance.
-